Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 5.71 KB

README-zh_CN.md

File metadata and controls

48 lines (36 loc) · 5.71 KB

LSMTree

A Rust library that implements a Sparse Merkle tree for a key-value map. The tree implements the same optimisations specified in the Libra whitepaper, to reduce the number of hash operations required per tree operation to O(k) where k is the number of non-empty elements in the tree.

github Build codecov

docs.rs crates.io rustc

license-apache license-mit

[English][en-url] | 简体中文

Installation

[dependencies]
lsmtree = "0.0.6"

License

lsmtree is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2022 Al Liu.