atlas-concurrent-queue
Async job queue that limits the number of concurrent jobs.
Async job queue that limits the number of concurrent jobs.
A commonly used cubic smoothing function for values in the domain [0,1].
Calculates the inner product between two sets of data points.
Calculates the median absolute deviation of a set of data points in-place.
Calculates the expectation value of a set of data points.
Calculates the squared quadratic mean of a set of data points.
Calculates the median of a set of data points in-place.
Calculate mean, standard deviation, sum for a set of data points.
Recursively tests deep or shallow equality for primitive structures.
Generalizes iterating over an array with a sliding window.
Returns arbitrary time diffs in nanoseconds, falling back to performance.now or Date.now if process.hrtime is not available.
Runs a shell command interactively, abstracts useful callbacks as opposed to manually listening for events.
Converts a time in nanoseconds to a pretty string in the most convenient units.
Calculates the standard deviation of a set of data points.
Calculate the sum of a set of data points.
An implementation of 2D value noise, used to generate smooth grids of noise.
Run async functions in serial with an onDone callback.
Run async functions in a "waterfall" series with an onDone callback.
A CLI tool for generating production webpack web apps with necessary boilerplate.
Async job queue that limits the rate of job execution.