Skip to content

Gozala/buffer-reduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buffer-reduce

Build Status

Buffering for reducible data structures. It can be used to pre-buffer reducible data structures that represents expensive computation to make subsequent reads cheap & fast. Note that buffer-ed reducible value won't be lazy, as buffering start right away. For lazy buffering you may use cache-reduce instead.

Install

npm install buffer-reduce

About

Bufferring for reducible data

Resources

License

Stars

Watchers

Forks

Packages

No packages published