Decision Workspace
avl_tree vs theban_interval_tree vs blart
Side-by-side comparison of Rust crates
26
avl_tree
growingv0.2.0
A simple AVL Tree implementation
37
theban_interval_tree
growingv0.7.1
A simple Interval Tree implementation
56
blart
growingv0.5.0
An implementation of an adaptive radix tree packaged as a BTreeMap replacement
Core Metrics
| avl_tree | theban_interval_tree | blart | |
|---|---|---|---|
| Health Score | 26 | 37 | 56 |
| Total Downloads | 3.5K | 102.8K | 25.5K |
| 30d Downloads | 0 | 1.1K | 2.1K |
| Dependents | 0 | 26 | 42 |
| Releases | 1 | 3 | 7 |
| Last Updated | 3818d ago | 3282d ago | 40d ago |
| Age | 10y 11m | 10y 1m | 3y 3m |
Health Breakdown
avl_tree
Maintenance
1
Quality
13
Community
3
Popularity
4
Documentation
5
theban_interval_tree
Maintenance
3
Quality
15
Community
7
Popularity
6
Documentation
6
blart
Maintenance
15
Quality
15
Community
9
Popularity
5
Documentation
12
Technical Details
| avl_tree | theban_interval_tree | blart | |
|---|---|---|---|
| Version | 0.2.0 | 0.7.1 | 0.5.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | GPL-2.0 | non-standard | MIT OR Apache-2.0 |
| Dependencies | 2 | 3 | 12 |
| Crate Size | 587KB | 23KB | 165KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | — | 2021 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •blart leads with a health score of 56/100, but none of the options score above 80.
- •theban_interval_tree has the most downloads (102.8K), suggesting wider adoption.
- •⚠ avl_tree, theban_interval_tree have not been updated in over a year.