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

/cache-reduce/

    Package Sidebar

    Install

    npm i cache-reduce

    Weekly Downloads

    428

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • gozala