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

[ bsd3, database, library ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

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 1930 total (12 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]