Decision Workspace
merkle-rs vs light_merkle vs lsmtree
Side-by-side comparison of Rust crates
33
merkle-rs
growingv0.0.1
Merkle-rs aims to provide a flexible yet complete implementation of the Merkle Tree data structure. It offers consistency and inclusion proofs as well as signatures.
38
light_merkle
growingv0.1.0
A light-weight merkle tree implementation that allows to use any hashing algorithms from the packages sha2 and sha3
46
lsmtree
growingv0.1.1
Implements a Sparse Merkle tree for a key-value store. 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.
Core Metrics
| merkle-rs | light_merkle | lsmtree | |
|---|---|---|---|
| Health Score | 33 | 38 | 46 |
| Total Downloads | 2.0K | 1.5K | 18.6K |
| 30d Downloads | 3 | 3 | 286 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 9 |
| Last Updated | 3032d ago | 976d ago | 1328d ago |
| Age | 8y 3m | 2y 8m | 3y 7m |
Health Breakdown
merkle-rs
Maintenance
1
Quality
14
Community
6
Popularity
4
Documentation
8
light_merkle
Maintenance
1
Quality
14
Community
6
Popularity
4
Documentation
13
lsmtree
Maintenance
10
Quality
15
Community
6
Popularity
5
Documentation
10
Technical Details
| merkle-rs | light_merkle | lsmtree | |
|---|---|---|---|
| Version | 0.0.1 | 0.1.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | BSD-3-Clause | MIT | MIT/Apache-2.0 |
| Dependencies | 9 | 5 | 9 |
| Crate Size | 7KB | 4KB | 32KB |
| Features | 1 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •lsmtree leads with a health score of 46/100, but none of the options score above 80.
- •⚠ merkle-rs, light_merkle, lsmtree have not been updated in over a year.