Decision Workspace
slot-vec vs slotmap vs orx-imp-vec
Side-by-side comparison of Rust crates
44
slot-vec
experimentalv0.2.0
A high-performance, reusable slot container for Rust, providing efficient insertion, removal, and iteration of elements.
59
slotmap
growingv1.1.1
Slotmap data structure
55
orx-imp-vec
stablev2.17.0
`ImpVec` stands for immutable push vector 👿, it is a data structure which allows appending elements with a shared reference.
Core Metrics
| slot-vec | slotmap | orx-imp-vec | |
|---|---|---|---|
| Health Score | 44 | 59 | 55 |
| Total Downloads | 53 | 60.9M | 49.5K |
| 30d Downloads | 4 | 5.3M | 424 |
| Dependents | 0 | 4.0K | 18 |
| Releases | 2 | 21 | 47 |
| Last Updated | 146d ago | 111d ago | 158d ago |
| Age | 4m | 7y 9m | 2y 7m |
Health Breakdown
slot-vec
Maintenance
10
Quality
15
Community
6
Popularity
2
Documentation
11
slotmap
Maintenance
10
Quality
15
Community
15
Popularity
8
Documentation
11
orx-imp-vec
Maintenance
12
Quality
18
Community
9
Popularity
6
Documentation
10
Technical Details
| slot-vec | slotmap | orx-imp-vec | |
|---|---|---|---|
| Version | 0.2.0 | 1.1.1 | 2.17.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | non-standard | Zlib | MIT OR Apache-2.0 |
| Dependencies | 0 | 7 | 9 |
| Crate Size | 6KB | 62KB | 22KB |
| Features | 0 | 3 | 0 |
| Yanked % | 0.0% | 71.4% | 0.0% |
| Edition | 2024 | 2018 | 2024 |
| MSRV | — | 1.58.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •slotmap leads with a health score of 59/100, but none of the options score above 80.
- •slotmap is depended on by 4.0K crates — strongest ecosystem trust.
- •slot-vec is pre-1.0 — API may change.