The hs-cdb package
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
Properties
| Versions | 0.1, 0.1.1 |
|---|---|
| Dependencies | array, base (4.*), bytestring, bytestring-mmap, directory, filepath, mtl |
| License | BSD3 |
| Author | Adam Smith |
| Maintainer | Adam Smith |
| Category | Database |
| Home page | http://github.com/adamsmasher/hs-cdb |
| Source repository | git clone git://github.com/adamsmasher/hs-cdb.git |
| Upload date | Thu Jan 19 15:52:50 UTC 2012 |
| Uploaded by | AdamSmith |
| Built on | ghc-7.2 |
Modules
Downloads
- hs-cdb-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)