40 packages
atlas-basic-logger
A very simple debug logger.
atlas-basic-timer
A basic timer for performance testing which uses high resolution time and falls back to low resolution if required.
atlas-bind-methods
Binds an instance's prototype methods to itself.
atlas-cleanup-tests
Seamlessly wrap sync mocha tests with your cleanup script. Supports 'done' callback.
atlas-concurrent-queue
Async job queue that limits the number of concurrent jobs.
atlas-cubic-smoothing
A commonly used cubic smoothing function for values in the domain [0,1].
atlas-dataset
Calculate mean, standard deviation, sum for a set of data points.
atlas-deep-equals
Recursively tests deep or shallow equality for primitive structures.
atlas-dot
Calculates the inner product between two sets of data points.
atlas-for-window
Generalizes iterating over an array with a sliding window.