hs-cdb: A library for reading CDB (Constant Database) files.
A library for reading CDB (Constant Database) files.
CDB files are immutable key-value stores, designed for extremely fast and memory-efficient construction and lookup. They can be as large as 4GB, and at no point in their construction or use must all data be loaded into memory. CDB files can contain multiple values for a given key.
For more information on the CDB file format, please see: http://cr.yp.to/cdb.html
Modules
[Index] [Quick Jump]
Downloads
- hs-cdb-0.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
Versions [RSS] | 0.1, 0.1.1, 0.1.2 |
---|---|
Dependencies | array (>=0.4.0), base (>=4 && <5), bytestring, directory, filepath, mmap, mtl [details] |
License | BSD-3-Clause |
Author | Adam Smith |
Maintainer | Adam Smith |
Category | Database |
Home page | http://github.com/adamsmasher/hs-cdb |
Source repo | head: git clone git://github.com/adamsmasher/hs-cdb.git |
Uploaded | by AdamSmith at 2022-12-15T07:20:55Z |
Distributions | NixOS:0.1.2 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1978 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-12-15 [all 1 reports] |