Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

buffer-reduce

Gozala3.6k0.1.0

Bufferring for reducible data

buffer, reduce, reducible, reducers, stream, cache, greedy

readme

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

changelog

Changes

0.1.0 / 2012-11-23