an async self sorting array
Maintain and search through a sorted array using some low level functions
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Push items to an array at their correct sort-position
Check if an Array is sorted
A skip list implementation inspired by the Sorted Set in Redis.
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Minimal async jobs utility library, with streams support
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
Truncate a semver version: `1.2.3` → `1.2.0`
Get the union of two sorted streams
TypeScript definitions for sorted-array-functions
JavaScript date/time utilities for Vega.
Chai JS Plugin for testing if an array has sorted values (strings, numbers, booleans). Very helpful when writing tests for features that implement Array.prototype.sort()
asynchronous function queue with adjustable concurrency
Stringify an object sorting scalars before objects, and defaulting to 2-space indent
Async array reduce. Asynchronously applies a function against an accumulator and each element in an array (from left to right, in series) to reduce it to a single value.
Regular expression for matching semver versions
Get the first fulfilled promise that satisfies the provided testing function
Utilities for GraphQL documents.
Various method to process spectra
Returns a copy of an object with its keys sorted
The smallest and simplest JavaScript priority queue
Inspired by chai sorted and jest-extended. This packages extends jest.expect with 2 custom matchers, `toBeSorted` and `toBeSortedBy`