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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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, 0.1.2, 0.1.2
Change log None available
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:18:23Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees