The latest version of vcache is 0.2.6-0.

vcache

Version 0.2.1 revision 0 uploaded by dmbarbour.

Package meta

Synopsis
large, persistent, memcached values and structure sharing for Haskell
Description

VCache provides a nearly-transparent persistent memory for Haskell with transactional variables, persistent roots, and large structured values. The virtual space is a memory-mapped file via LMDB, with structure sharing and incremental GC.

VCache is very similar to packages acid-state, perdure, and TCache. VCache is intended as an acid-state alternative, offering flexibility to model fine-grained variables or extremely large values.

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

Components