Showing 1-20 of 145,974 packages
Compare two sorted arrays, and map the items of the first map to matched ones.
A skip list implementation inspired by the Sorted Set in Redis.
Maintain and search through a sorted array using some low level functions
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
Array manipulation, ordering, searching, summarizing, etc.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Curated collection of data structures for the JavaScript/TypeScript.
`[].map(f)` for older browsers
Stringify any JavaScript value.
Check if an Array is sorted
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Push items to an array at their correct sort-position
High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)
Rope-based persistent sequence type
Runtime to be use with the Flow Enums transform.
Parses set-cookie headers into objects
Get the union of two sorted streams
Map over promises concurrently
Truncate a semver version: `1.2.3` → `1.2.0`
Map `visit` over an array of objects.