Object transformations implementing the Node.js `stream.Transform` API
Lazy-evaluating list of files, based on globs or regex patterns
A simple implementation of async.parallel
Await an array of async functions with parallel limit.
Create an array without duplicates
A swup plugin for animating the previous and next page in parallel
No description provided.
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
This project holds a number of generic utility functions that can be shared across the F5 Automation Toolchain projects.
Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.
[](https://github.com/paralleldrive/aidd)[](https://paralleldrive.com)
Concurrency control for awaiting an array of async results
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Scan large DynamoDB tables faster with parallelism
Run a lifecycle script for a package (descendant of npm-lifecycle)
Run the tasks collection of functions in parallel, without waiting until the previous function has completed.
Turn anything into an array
Loop over each item in an array and call the given function on every element.
Stringify your JSON at max speed
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
`Array#forEach()` but it’s possible to define where to move to next
Map over array avoiding parallel execution, using promises
No description provided.