pure-cdb: Another pure-haskell CDB (Constant Database) implementation

[ bsd3, database, library ] [ Propose Tags ]

A library for reading and writing 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

Please note, that there is another pure Haskell CDB library on Hackage: http://hackage.haskell.org/package/hs-cdb, using memory mapped bytestrings for IO. It served as an inspiration for this package.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2
Dependencies base (<5), binary, bytestring, containers, directory, mtl, vector [details]
License BSD-3-Clause
Copyright Boris Sukholitko <boriss@gmail.com>
Author Boris Sukholitko <boriss@gmail.com>
Maintainer Boris Sukholitko <boriss@gmail.com>
Category Database
Home page https://github.com/bosu/pure-cdb
Source repo head: git clone https://github.com/bosu/pure-cdb
Uploaded by BorisSukholitko at 2016-01-19T18:14:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4042 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 2016-01-20 [all 1 reports]

Readme for pure-cdb-0.1.2

[back to package description]
pure-cdb is another (first being hs-cdb) Haskell library to read and write CDB files.

For more information on the CDB file format, please consult:
http://cr.yp.to/cdb.html

For more documentation please see:
http://hackage.haskell.org/package/pure-cdb