Decision Workspace
ringmap vs indexmap vs ordermap
Side-by-side comparison of Rust crates
59
ringmap
growingv0.2.3
A hash table with consistent deque-like order and fast iteration.
73
indexmap
stablev2.13.0
A hash table with consistent order and fast iteration.
69
ordermap
stablev1.1.0
A hash table with consistent order and fast iteration.
Core Metrics
| ringmap | indexmap | ordermap | |
|---|---|---|---|
| Health Score | 59 | 73 | 69 |
| Total Downloads | 136.6K | 939.7M | 8.0M |
| 30d Downloads | 19.3K | 68.1M | 564.3K |
| Dependents | 17 | 79.0K | 501 |
| Releases | 13 | 53 | 40 |
| Last Updated | 78d ago | 79d ago | 79d ago |
| Age | 1y 2m | 8y 1m | 9y 6m |
Health Breakdown
ringmap
Maintenance
16
Quality
14
Community
8
Popularity
6
Documentation
15
indexmap
Maintenance
16
Quality
18
Community
16
Popularity
8
Documentation
15
ordermap
Maintenance
14
Quality
18
Community
14
Popularity
8
Documentation
15
Technical Details
| ringmap | indexmap | ordermap | |
|---|---|---|---|
| Version | 0.2.3 | 2.13.0 | 1.1.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 | 101KB | 102KB | 70KB |
| Features | 4 | 4 | 8 |
| Yanked % | 0.0% | 1.9% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.82 | 1.82 | 1.82 |
| Owners | 1 | 2 | 2 |
Links
Quick Verdict
- •indexmap leads with a health score of 73/100, but none of the options score above 80.
- •indexmap is depended on by 79.0K crates — strongest ecosystem trust.
- •ringmap is pre-1.0 — API may change.