fixfile

File-backed recursive data structures.

https://github.com/revnull/fixfile

Latest on Hackage:0.7.0.0

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.

LGPL-3.0-only licensed by Rev. Johnny Healey
Maintained by Rev. Johnny Healey

This package is a library for datatype-generic disk serialization. It provides a file abstraction that uses multi-version concurrency control to support transaction-aware isolation for multi-threaded access. The base library comes with a collection of datatypes to provide sets and key-value stores with different properties.