vcache

Version 0.2.6 revision 0 uploaded by dmbarbour.

Package meta

Synopsis
semi-transparent persistence for Haskell using LMDB, STM
Description

VCache provides a nearly-transparent persistent memory for Haskell supporting ACID transactional variables and large structured values. The virtual address space is modeled above a memory mapped file via LMDB, with structure sharing and incremental reference counting GC.

VCache was developed as an alternative to acid-state in a context where the persistent data is much bigger than the active working set and RAM. Other similar packages include TCache and perdure. See the home page for a simple comparison.

Author
David Barbour
Bug reports
n/a
Category
Database
Copyright
(c) 2014-2015 by David Barbour
Homepage
http://github.com/dmbarbour/haskell-vcache
Maintainer
dmbarbour@gmail.com
Package URL
n/a
Stability
experimental

Components