Decision Workspace
flange-flat-tree vs tree_by_path vs rart
Side-by-side comparison of Rust crates
42
flange-flat-tree
growingv0.2.2
A tree that can be expanded by attaching new values to the node without mutability of the old ones
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
| flange-flat-tree | tree_by_path | rart | |
|---|---|---|---|
| Health Score | 42 | 54 | 46 |
| Total Downloads | 11.0K | 5.8K | 2.3K |
| 30d Downloads | 43 | 38 | 419 |
| Dependents | 4 | 3 | 0 |
| Releases | 7 | 4 | 6 |
| Last Updated | 1254d ago | 856d ago | 49d ago |
| Age | 3y 5m | 2y 4m | 8m |
Health Breakdown
flange-flat-tree
Maintenance
5
Quality
15
Community
4
Popularity
5
Documentation
13
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
| flange-flat-tree | tree_by_path | rart | |
|---|---|---|---|
| Version | 0.2.2 | 1.0.3 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 1 | 0 | 7 |
| Crate Size | 10KB | 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.
- •flange-flat-tree has the most downloads (11.0K), suggesting wider adoption.
- •⚠ flange-flat-tree, tree_by_path have not been updated in over a year.
- •flange-flat-tree, rart are pre-1.0 — API may change.