The latest version of hs-cdb is 0.1.2-0.

hs-cdb

Version 0.1.1 revision 0 uploaded by AdamSmith.

Package meta

Synopsis
A library for reading CDB (Constant Database) files.
Description

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

Author
Adam Smith
Bug reports
n/a
Category
Database
Copyright
n/a
Homepage
http://github.com/adamsmasher/hs-cdb
Maintainer
Adam Smith
Package URL
n/a
Stability
n/a

Components