dfinity-radix-tree: A generic data integrity layer.
[ blockchain, bsd3, database, dfinity, library, program ]
[ Propose Tags ]
[ Report a vulnerability ]
This library allows you to construct a Merkle tree on top of any underlying key–value database. It works by organizing your key–value pairs into a binary radix tree, which is well suited for storing large dictionaries of fairly random keys, and is optimized for storing keys of the same length.
[Skip to Readme]
Downloads
- dfinity-radix-tree-0.5.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.0.0, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10 && <5), base16-bytestring, blake2, bloomfilter, BoundedChan, bytestring, cmdargs, concurrent-extra, conduit, containers, criterion, data-default-class, deepseq, dfinity-radix-tree, directory, dlist, ghc-prim, hashtables, lens-simple, leveldb-haskell, lmdb-simple, lrucaching, mtl, reducers, resourcet, semigroups, serialise, stm, temporary, transformers [details] |
Tested with | ghc ==8.4.3, ghc ==8.2.2 |
License | GPL-3.0-only |
Copyright | 2018 DFINITY Stiftung |
Author | Enzo Haussecker <enzo@dfinity.org>, Remy Goldschmidt <remy@dfinity.org>, Armando Ramirez <armando@dfinity.org> |
Maintainer | Enzo Haussecker <enzo@dfinity.org>, Remy Goldschmidt <remy@dfinity.org>, Armando Ramirez <armando@dfinity.org> |
Category | Blockchain, DFINITY, Database |
Home page | https://github.com/dfinity-lab/dev |
Bug tracker | https://github.com/dfinity-lab/dev/issues |
Uploaded | by EnzoHaussecker at 2018-10-19T22:31:46Z |
Distributions | |
Executables | dfinity-radix-tree-benchmarks |
Downloads | 8430 total (18 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-10-19 [all 1 reports] |