vcache: large, persistent, memcached values and structure sharing for Haskell
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.
Modules
[Index]
Downloads
- vcache-0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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-25T19:25:55Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 5896 total (1 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-25 [all 1 reports] |