cached-traversable

Transparent, persistent caching of lazy, traversable structures

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Thomas Tuegel
Maintained by [email protected]

cached-traversable provides persistent (on-disk) caching of lazy, traversable structures for any element type which has a Binary instance. Think of it as a poor man's acid-state for deterministic programs.