Decision Workspace
stable_gen_map vs slotmap vs slotmapd
Side-by-side comparison of Rust crates
56
stable_gen_map
experimentalv0.12.1
This crate provides Single-threaded generational maps with insert(&self), stable references across growth, and smart-pointer support (Box/Rc/Arc/&T)
59
slotmap
growingv1.1.1
Slotmap data structure
48
slotmapd
growingv1.0.11
orlp/slotmap fork where serialization cycle doesn't change observable behavior
Core Metrics
| stable_gen_map | slotmap | slotmapd | |
|---|---|---|---|
| Health Score | 56 | 59 | 48 |
| Total Downloads | 508 | 60.9M | 59.7K |
| 30d Downloads | 111 | 5.3M | 1.3K |
| Dependents | 0 | 4.0K | 2 |
| Releases | 24 | 21 | 6 |
| Last Updated | 2d ago | 111d ago | 618d ago |
| Age | 4m | 7y 9m | 2y 7m |
Health Breakdown
stable_gen_map
Maintenance
19
Quality
16
Community
6
Popularity
3
Documentation
12
slotmap
Maintenance
10
Quality
15
Community
15
Popularity
8
Documentation
11
slotmapd
Maintenance
4
Quality
21
Community
7
Popularity
6
Documentation
10
Technical Details
| stable_gen_map | slotmap | slotmapd | |
|---|---|---|---|
| Version | 0.12.1 | 1.1.1 | 1.0.11 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Zlib | Zlib |
| Dependencies | 1 | 7 | 6 |
| Crate Size | 59KB | 62KB | 57KB |
| Features | 2 | 3 | 3 |
| Yanked % | 0.0% | 71.4% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.79.0 | 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.
- •⚠ slotmapd has not been updated in over a year.
- •stable_gen_map is pre-1.0 — API may change.