Decision Workspace
sweep-bptree vs tree_by_path vs rart
Side-by-side comparison of Rust crates
42
sweep-bptree
growingv0.4.1
In memory locality aware b+ tree, faster for ordered access
54
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.
46
rart
experimentalv0.3.1
High-performance Adaptive Radix Tree implementation with SIMD optimizations
Core Metrics
| sweep-bptree | tree_by_path | rart | |
|---|---|---|---|
| Health Score | 42 | 54 | 46 |
| Total Downloads | 62.8K | 5.8K | 2.3K |
| 30d Downloads | 4.0K | 36 | 314 |
| Dependents | 1 | 3 | 0 |
| Releases | 5 | 4 | 6 |
| Last Updated | 1065d ago | 856d ago | 49d ago |
| Age | 3y | 2y 4m | 8m |
Health Breakdown
sweep-bptree
Maintenance
10
Quality
15
Community
4
Popularity
6
Documentation
7
tree_by_path
Maintenance
10
Quality
21
Community
6
Popularity
4
Documentation
13
rart
Maintenance
16
Quality
11
Community
5
Popularity
4
Documentation
10
Technical Details
| sweep-bptree | tree_by_path | rart | |
|---|---|---|---|
| Version | 0.4.1 | 1.0.3 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 2 | 0 | 7 |
| Crate Size | 58KB | 16KB | 63KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 16.7% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •tree_by_path leads with a health score of 54/100, but none of the options score above 80.
- •sweep-bptree has the most downloads (62.8K), suggesting wider adoption.
- •⚠ sweep-bptree, tree_by_path have not been updated in over a year.
- •sweep-bptree, rart are pre-1.0 — API may change.