keyvaluehash: Pure Haskell key/value store implementation
A simple bytestring key/value store implemented in terms of hash table over a file. It cannot yet grow/shrink the hash table as needed, nor does it free old unused (key,value) pair storage. Mostly useful for applications that need not worry about the size of their persistent store. Reduces dependency hell.
Downloads
- keyvaluehash-0.3.1.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.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1, 0.3.1.1, 0.3.1.2 |
---|---|
Dependencies | array, base (>=3 && <10), binary, bytestring, derive, directory, filepath, hashable, mmap, storable-record [details] |
License | BSD-3-Clause |
Copyright | Eyal Lotem |
Author | Eyal Lotem |
Maintainer | eyal.lotem@gmail.com |
Category | Database |
Source repo | head: git clone https://github.com/Peaker/keyvaluehash.git |
Uploaded | by EyalLotem at 2013-06-14T00:17:48Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5768 total (24 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |