sorted-array
An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.
An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.
compare two collections
Asynchronously calls a function on each element in an array in parallel.
Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.
Run an array of functions in series, each passing its results to the next function (waterfall)
Sparse array implementation in JS with no dependencies
An implementation of `Array.prototype.flatMap` as specified by Brian Terlson in https://github.com/bterlson/proposal-flatMap
Recursively Object.freeze() objects.
Functional sequences for processing iterable data in JavaScript
Check if an object is an array or a typed array
No-bullshit super-simple es7 collections shim for Array#includes, Object.values, Object.entries
A [Chai](http://chaijs.com/) plugin that allows for assertions on each item in an array
A lightweight javascript diff library for comparing two javascript object nested with supporting matching by value of the object's choosen key name in array.
Like Array.join, but allows for a different separator between the last two items
Computes the cartesian product of arrays provided by an array or an object
Do not repeat anymore your objects transformations.
Perform data joins with any type of JS objects
Convert ArrayBuffer to string
easy deduplication of array values
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.