hs-cdb-0.1: A library for reading CDB (Constant Database) files.

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

Versions0.1, 0.1.1
Dependenciesarray, base (4.*), bytestring, bytestring-mmap, directory, filepath, haskell98, mtl
LicenseBSD3
AuthorAdam Smith
MaintainerAdam Smith
CategoryDatabase
Home pagehttp://github.com/adamsmasher/hs-cdb
Source repositorygit clone git://github.com/adamsmasher/hs-cdb.git
Upload dateWed Jan 18 21:59:29 UTC 2012
Uploaded byAdamSmith
Build failureghc-7.2 (log)

Modules

Downloads