Decision Workspace
ringmap vs indexmap vs ordermap
Side-by-side comparison of Rust crates
60
ringmap
growingv0.2.5
A hash table with consistent deque-like order and fast iteration.
74
indexmap
stablev2.14.0
A hash table with consistent order and fast iteration.
72
ordermap
stablev1.2.0
A hash table with consistent order and fast iteration.
Core Metrics
| ringmap | indexmap | ordermap | |
|---|---|---|---|
| Health Score | 60 | 74 | 72 |
| Total Downloads | 188.5K | 1.1B | 9.8M |
| 30d Downloads | 35.8K | 92.8M | 803.1K |
| Dependents | 17 | 89.3K | 762 |
| Releases | 15 | 55 | 41 |
| Last Updated | 46d ago | 46d ago | 46d ago |
| Age | 1y 4m | 8y 3m | 9y 8m |
Health Breakdown
ringmap
Maintenance
17
Quality
14
Community
8
Popularity
6
Documentation
15
indexmap
Maintenance
17
Quality
18
Community
16
Popularity
8
Documentation
15
ordermap
Maintenance
15
Quality
19
Community
15
Popularity
8
Documentation
15
Technical Details
| ringmap | indexmap | ordermap | |
|---|---|---|---|
| Version | 0.2.5 | 2.14.0 | 1.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 14 | 14 | 13 |
| Crate Size | 103KB | 104KB | 70KB |
| Features | 4 | 4 | 8 |
| Yanked % | 0.0% | 1.8% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | 1.85 |
| Owners | 1 | 2 | 2 |
Links
Quick Verdict
- •indexmap leads with a health score of 74/100, but none of the options score above 80.
- •indexmap is depended on by 89.3K crates — strongest ecosystem trust.
- •ringmap is pre-1.0 — API may change.