Package Info

ghc-pure-cdb


Another pure-haskell CDB (Constant Database) implementation


Development/Libraries/Haskell

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.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/pure-cdb

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.1.2-bp150.2.3 info GA Release 2018-08-01 15
  • AArch64
  • ghc-pure-cdb
  • ghc-pure-cdb-devel
0.1.2-bp150.2.7 info GA Release 2018-07-31 15
  • ppc64le
  • ghc-pure-cdb
  • ghc-pure-cdb-devel
0.1.2-bp150.2.6 info GA Release 2018-07-30 15
  • x86-64
  • ghc-pure-cdb
  • ghc-pure-cdb-devel