Skip to content

alxndrsn/node-bgreduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgreduce

A Javascript module for reducing arrays without blocking.

Usage

const bgreduce = require('bgreduce');
const result = bgreduce(some_array, reduce_function, accumulator);

About

Backgroundify Array.prototype.reduce() calls in nodejs

Resources

License

Stars

Watchers

Forks

Packages

No packages published