Decision Workspace
sweep-bptree vs tree_by_path vs indextreemap
Side-by-side comparison of Rust crates
42
sweep-bptree
growingv0.4.1
In memory locality aware b+ tree, faster for ordered access
55
tree_by_path
growingv1.0.3
A tree data structure featuring nodes addressable using a &Vec<usize> path and avoiding recursion and run-time borrow checking.
47
indextreemap
growingv0.2.0
A BTreeMap-like ordered map with key and positional lookup.
Core Metrics
| sweep-bptree | tree_by_path | indextreemap | |
|---|---|---|---|
| Health Score | 42 | 55 | 47 |
| Total Downloads | 73.2K | 5.9K | 35.4K |
| 30d Downloads | 6.2K | 0 | 0 |
| Dependents | 1 | 3 | 0 |
| Releases | 5 | 4 | 27 |
| Last Updated | 1125d ago | 915d ago | 8d ago |
| Age | 3y 2m | 2y 6m | 2y 11m |
Health Breakdown
sweep-bptree
Maintenance
10
Quality
15
Community
4
Popularity
6
Documentation
7
tree_by_path
Maintenance
10
Quality
21
Community
6
Popularity
5
Documentation
13
indextreemap
Maintenance
18
Quality
9
Community
5
Popularity
5
Documentation
10
Technical Details
| sweep-bptree | tree_by_path | indextreemap | |
|---|---|---|---|
| Version | 0.4.1 | 1.0.3 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 0 | 9 |
| Crate Size | 58KB | 16KB | 36KB |
| Features | 0 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 81.5% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tree_by_path leads with a health score of 55/100, but none of the options score above 80.
- •sweep-bptree has the most downloads (73.2K), suggesting wider adoption.
- •⚠ sweep-bptree, tree_by_path have not been updated in over a year.
- •sweep-bptree, indextreemap are pre-1.0 — API may change.