Sparse array with run-length encoded deletions
Curated collection of data structures for the JavaScript/TypeScript.
Sparse array implementation in JS with no dependencies
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
Extremely fast double-ended queue implementation
A sparse array optimised for low memory whilst still being fast
Rich text value and manipulation API.
The default blueprint for ember-cli addons.
Some git helpers that changesets use to get information
Range content change operator for arrays and array-like objects
msgpack encoder and decoder in pure javascript based on creationix/msgpack-js updated to match the new v5 specification with string support.
Collection of cross-platform routines to operate effectively sparse array. A sparse array is an vector of intervals which splits number space into two subsets, internal and external. ArraySparse leverage iterating, inverting, minimizing and other operatio
Share code across vat boundaries
Array manipulation, ordering, searching, summarizing, etc.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
A simple list of possible Typed Array names.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS ArrayBuffer?
Run-length-encoded sparse boolean arrays
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS SharedArrayBuffer?
Robustly get the length of a Typed Array
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array