A tiny and fast selection algorithm in JavaScript.
Different binary search tree implementations, including a self-balancing one (AVL)
A "standard library" of stuff I find to routinely be useful in Node.js
align-text with ANSI support for CLIs
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
An RxJS map operator that takes an observable of arrays as input and emits arrays where each element represents emissions from the projected observable.
A tiny, faster alternative to native Array.prototype.every
Move an array item to a different position
Download templates and git repositories with pleasure!
Better binary searching
Push an array of items into an array, while being robust against prototype modification
Run an array of functions in parallel, but limit the number of tasks executing at the same time
Node addon for string extraction for msgpackr
deep copies objects and arrays
Test if a value is an array.
Isomorphic, load-anywhere function to sort an array by scalar, deep or computed values in any standard or custom order
300B to deep clone JavaScript objects
TypeScript definitions for clone
Codecs for various data structures
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Runs a list of async tasks, passing the results of each into the next one
Randomize the order of the elements in a given array.
Zero dependency RegExp cloning with flag and lastIndex preservation.
Get all but the last element or last n elements of an array.