Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : pure-cdb

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.

Registry - Source - JSON
purl: pkg:hackage/pure-cdb
Keywords: bsd3, database, library
License: BSD-3-Clause
Latest release: over 8 years ago
First release: about 11 years ago
Dependent repositories: 11
Downloads: 4,038 total
Stars: 2 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago

    Loading...
    Readme
    Loading...