Decision Workspace
bplus-index vs indextree vs stable-vec
Side-by-side comparison of Rust crates
46
bplus-index
experimentalv0.2.0
Arena-backed B+Tree for in-memory sorted indexes. Zero unsafe, cache-friendly, supports non-unique keys.
74
indextree
stablev4.8.1
Arena based tree structure by using indices instead of reference counted pointers
61
stable-vec
growingv0.4.2
A Vec-like collection which guarantees stable indices and features O(1) element deletion (semantically similar to `Vec<Option<T>>`). Useful for allocations in graphs or similar data structures.
Core Metrics
| bplus-index | indextree | stable-vec | |
|---|---|---|---|
| Health Score | 46 | 74 | 61 |
| Total Downloads | 99 | 2.1M | 624.2K |
| 30d Downloads | 0 | 123.6K | 98.1K |
| Dependents | 0 | 784 | 361 |
| Releases | 3 | 31 | 13 |
| Last Updated | 42d ago | 55d ago | 79d ago |
| Age | 1m | 9y 5m | 8y 11m |
Health Breakdown
bplus-index
Maintenance
11
Quality
14
Community
6
Popularity
2
Documentation
13
indextree
Maintenance
15
Quality
23
Community
13
Popularity
8
Documentation
15
stable-vec
Maintenance
12
Quality
10
Community
18
Popularity
7
Documentation
14
Technical Details
| bplus-index | indextree | stable-vec | |
|---|---|---|---|
| Version | 0.2.0 | 4.8.1 | 0.4.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT/Apache-2.0 |
| Dependencies | 3 | 3 | 3 |
| Crate Size | 28KB | 31KB | 49KB |
| Features | 0 | 5 | 1 |
| Yanked % | 0.0% | 0.0% | 46.2% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | 1.85.0 | 1.36.0 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •indextree leads with a health score of 74/100, but none of the options score above 80.
- •indextree is depended on by 784 crates — strongest ecosystem trust.
- •bplus-index, stable-vec are pre-1.0 — API may change.