A replacement of Array.prototype.forEach that is faster
foreach component + npm package
Array manipulation, ordering, searching, summarizing, etc.
A better forEach
`Array#forEach()` but it’s possible to define where to move to next
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Simple Lazy Ranges for Node/Javascript
Rope-based persistent sequence type
Lazy-evaluating list of files, based on globs or regex patterns
utilities for primitive JavaScript types
Fastest Levenshtein distance implementation in JS.
A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.
Array#forEach ponyfill for older browsers
No async forEachs
Estlint rule - no async callbacks for array methods
Stringify your JSON at max speed
No description provided.
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
An optionally-asynchronous forEach with an interesting interface.
Helper utility modules for collections, arrays, objects and more
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Iterate over an array
Bigmap for Keyv
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.