cache-reduce

0.1.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    652
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    652
  • 0.1.0
    0

Package Sidebar

Install

npm i cache-reduce

Weekly Downloads

652

Version

0.1.1

License

none

Last publish

Collaborators

  • gozala