Yaffle / BigIntegerLinks
Yet another implementaion of arbitrary-precision integers in pure JavaScript. Small. Well tested.
☆44Updated last year
Alternatives and similar repositories for BigInteger
Users that are interested in BigInteger are comparing it to the libraries listed below
Sorting:
- Tips and tricks for writing asm.js as a human - Note: WebAssembly has replaced asm.js, so this is no longer maintained.☆150Updated 7 years ago
- Simple utilities on top of SharedArrayBuffer / SharedTypedArray☆119Updated last year
- Copies data between node Buffers and/or ArrayBuffers up to ~75 times faster than in pure JS.☆53Updated 10 years ago
- WebAssembly JIT☆87Updated 9 years ago
- WebAssembly playground☆25Updated 4 years ago
- Node.js exo-kernel dream - proposal☆49Updated 8 years ago
- An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled…☆117Updated 2 months ago
- A pure JS implementation of the structured clone algorithm (or at least something pretty close to that).