accumasync
accumulate values asynchronously
accumulate values asynchronously
An iterable is a sequence of values.
Reduce for async iterables.
Accumulate all the data flowing through a stream and emit it as a single chunk or as a promise
An array is a collection of values, stored contiguously.
jQuery plugin: JavaScript like Array.reduce for plain objects
A stream that outputs an array with the accumulated input received and another that does the opposite.
An xstream operator that debounces a stream but accumulates values meantime.
safe and reliable object accumulator
Simple function for looping your Node.js stream with C-like for loop features: break and continue
Merge json and Accumulate the value
Create a debounced version of a promise returning function
Accumulate JS/TS SDK
Advanced debounce/throttle with many useful features.
Reduce number of API calls for repetitive data
Group items and reduce each group to a single value
Calculate the cumulative sum of double-precision floating-point strided array elements.
Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.