Decision Workspace
bst-rs vs avl-cont vs orx-tree
Side-by-side comparison of Rust crates
38
bst-rs
growingv0.1.0
Recursive & Iterative Binary Search Tree Implementations within Rust
41
avl-cont
growingv0.1.5
A contiguous AVL Tree.
60
orx-tree
stablev2.2.0
A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and traversal features.
Core Metrics
| bst-rs | avl-cont | orx-tree | |
|---|---|---|---|
| Health Score | 38 | 41 | 60 |
| Total Downloads | 2.7K | 8.1K | 15.6K |
| 30d Downloads | 52 | 8 | 1.6K |
| Dependents | 4 | 0 | 8 |
| Releases | 1 | 6 | 17 |
| Last Updated | 1492d ago | 1067d ago | 61d ago |
| Age | 4y 1m | 2y 11m | 1y 2m |
Health Breakdown
bst-rs
Maintenance
1
Quality
16
Community
7
Popularity
4
Documentation
10
avl-cont
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
10
orx-tree
Maintenance
16
Quality
18
Community
9
Popularity
5
Documentation
12
Technical Details
| bst-rs | avl-cont | orx-tree | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.5 | 2.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | GPL-3.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 14 |
| Crate Size | 13KB | 17KB | 113KB |
| Features | 0 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-tree leads with a health score of 60/100, but none of the options score above 80.
- •⚠bst-rs, avl-cont have not been updated in over a year.
- •bst-rs, avl-cont are pre-1.0 — API may change.