temporal-polyfill VS memory64

Compare temporal-polyfill vs memory64 and see what are their differences.

temporal-polyfill

A lightweight polyfill for Temporal, successor to the JavaScript Date object (by fullcalendar)

memory64

Memory with 64-bit indexes (by WebAssembly)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
temporal-polyfill memory64
2 7
171 181
16.5% 3.3%
9.9 8.5
about 1 month ago 3 days ago
TypeScript WebAssembly
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

temporal-polyfill

Posts with mentions or reviews of temporal-polyfill. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-10.
  • Temporal API - A new approach to managing Date and Time in JS | refine
    3 projects | /r/javascript | 10 Sep 2022
    There's another, much smaller polyfill: https://github.com/fullcalendar/temporal
  • Why Am I Excited About WebAssembly?
    9 projects | news.ycombinator.com | 17 Jul 2022
    This assumes two things though, and this is another point I just realized about WASM that I like, which is for (most) modern browsers asm.js / WASM doesn't have to be polyfilled, therefore with Temporal we have to consider the following:

    1. Browser support - its not there yet. you'd have to polyfill. A production level polyfill is 16 KB, and is still very nasacent, and, on top of that, requires support also for BigInt[0]. The polyfill that tc39 put out is decidedly marked as non-production ready[1].

    2. Polyfilling - as mentioned above, we have to deal with polyfilling the API, and that isn't a clear and easy story yet. WASM support goes back farther than this.

    3. Size - its entirely possible to get WASM builds under 16 KB, and the support is better, espcially for operations on strings and numbers (dates fit this category well). The only complication I haven't quite solved yet is:

    A) Can I validate that a WASM build will be under 16 KB. This is crucial. I'd even accept it at 20 KB because of wider browser support[2]

    B) Can I fall back to asm.js if needed (there is a slim range of browsers that support ASM.js but not WASM, mostly pre-chromium Edge[3]

    C) Is it performant compared to something like Luxon or date-fns? WASM excels at string / numerical operations so my sneaking suspicion is yes, at least in terms of the WASM operations. The complexity will be serializing the operations to a JS Date instance, Luxon & the Intl API might be most useful here

    [0]: https://github.com/fullcalendar/temporal/blob/main/packages/...

    [1]: https://github.com/tc39/proposal-temporal#polyfills

    [2]: https://caniuse.com/wasm

    [3]: https://caniuse.com/asmjs

memory64

Posts with mentions or reviews of memory64. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-13.

What are some alternatives?

When comparing temporal-polyfill and memory64 you can also consider the following projects:

raylib-5k

interface-types

proposal-temporal - Provides standard objects and functions for working with dates and times.

wasmtime - A fast and secure runtime for WebAssembly

botnet - Multiplayer programming game using Rust and WebAssembly

Graal - GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

quickjs-emscripten - Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions

component-sandbox-demo

design - WebAssembly Design Documents

reference-types - Proposal for adding basic reference types (anyref)