0.1.1 • Published 11 years ago

cache-reduce v0.1.1

Weekly downloads
23
License
-
Repository
github
Last release
11 years ago

cache-reduce

Build Status

Caching for reducible data structures. It can be used to cache reducible data structures that represents expensive computation to make subsequent reads cheap & fast. Note that cache won't pre-cache reducible value, it's lazy and will start caching only on first attempt to read from it. For pre-buffering you may use buffer-reduce instead.

Install

npm install cache-reduce