vcache: large, persistent, memcached values and structure sharing for Haskell

[ bsd3, database, library ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6
Dependencies base (>=4.6 && <5), bytestring, containers (>=0.5), direct-murmur-hash, easy-file, filelock, lmdb (>=0.2.5), random (>=1.0), stm (>=2.4.3), transformers [details]
License BSD-3-Clause
Copyright (c) 2014 by David Barbour
Author David Barbour
Maintainer dmbarbour@gmail.com
Category Database
Home page http://github.com/dmbarbour/haskell-vcache
Source repo head: git clone http://github.com/dmbarbour/haskell-vcache.git
Uploaded by dmbarbour at 2015-02-16T23:47:23Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 5660 total (20 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-02-17 [all 1 reports]