⛵️ Beautiful Array utilities for ESnext async/await ~
-
Updated
Mar 28, 2018 - JavaScript
⛵️ Beautiful Array utilities for ESnext async/await ~
Elliptic curve accumulator
RSA accumulator
Accumulate all the data flowing through a stream and emit it as a single chunk or as a promise
A Javascript/Typescript object merging tool, focus on performance and easy-to-use. Good alternative to deepmerge and lodash _.merge in most cases.
Compute a sum incrementally.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Compute a sum of absolute values incrementally, ignoring NaN values.
Compute a corrected sample standard deviation incrementally.
Compute an unbiased sample variance incrementally.
Compute a moving maximum absolute value incrementally.
Compute a sum of absolute values incrementally.
Compute the mean directional accuracy (MDA) incrementally.
Compute a geometric mean incrementally.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Compute an arithmetic mean of squared absolute values incrementally.
Compute a moving corrected sample standard deviation incrementally.
Compute a moving mean directional accuracy (MDA) incrementally.
Compute an unbiased sample covariance incrementally.
Compute a count incrementally.
Add a description, image, and links to the accumulator topic page so that developers can more easily learn about it.
To associate your repository with the accumulator topic, visit your repo's landing page and select "manage topics."