Decision Workspace
stable-vec vs multi-stash vs indextree
Side-by-side comparison of Rust crates
64
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.
52
multi-stash
growingv0.2.0
Vector-based arena data structure that reuses vacant slots.
77
indextree
stablev4.8.0
Arena based tree structure by using indices instead of reference counted pointers
Core Metrics
| stable-vec | multi-stash | indextree | |
|---|---|---|---|
| Health Score | 64 | 52 | 77 |
| Total Downloads | 466.7K | 5.4M | 1.9M |
| 30d Downloads | 52.1K | 344.7K | 81.7K |
| Dependents | 254 | 59 | 721 |
| Releases | 13 | 2 | 30 |
| Last Updated | 20d ago | 860d ago | 3d ago |
| Age | 8y 9m | 2y 4m | 9y 3m |
Health Breakdown
stable-vec
Maintenance
15
Quality
10
Community
18
Popularity
7
Documentation
14
multi-stash
Maintenance
4
Quality
16
Community
11
Popularity
8
Documentation
13
indextree
Maintenance
19
Quality
23
Community
13
Popularity
7
Documentation
15
Technical Details
| stable-vec | multi-stash | indextree | |
|---|---|---|---|
| Version | 0.4.2 | 0.2.0 | 4.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT |
| Dependencies | 3 | 0 | 3 |
| Crate Size | 49KB | 11KB | 27KB |
| Features | 1 | 0 | 5 |
| Yanked % | 46.2% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | 1.36.0 | — | 1.85.0 |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •indextree leads with a health score of 77/100, but none of the options score above 80.
- •multi-stash has the most downloads (5.4M), suggesting wider adoption.
- •indextree is depended on by 721 crates — strongest ecosystem trust.
- •⚠ multi-stash has not been updated in over a year.
- •stable-vec, multi-stash are pre-1.0 — API may change.