incrementalmerkletree/shardtree
Kris Nuttycombe 8644372c4e Add types and methods to support tree pruning.
Each leaf of the tree is annotated with retention metadata, and
ephemeral leaves can be aggressively pruned when performing insertions
into the tree.
2023-03-08 11:08:59 -07:00
..
benches Introduce a simple binary tree type. 2023-03-08 11:07:58 -07:00
src Add types and methods to support tree pruning. 2023-03-08 11:08:59 -07:00
Cargo.toml Introduce a simple binary tree type. 2023-03-08 11:07:58 -07:00
LICENSE-APACHE Introduce the `shardtree` crate: a sparse Merkle tree type. 2023-03-07 12:11:48 -07:00
LICENSE-MIT Introduce the `shardtree` crate: a sparse Merkle tree type. 2023-03-07 12:11:48 -07:00