Decision Workspace
defaultmap vs indexmap vs ordermap
Side-by-side comparison of Rust crates
50
defaultmap
growingv0.7.0
Provides a HashMap with an automatic default for missing keys.
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
| defaultmap | indexmap | ordermap | |
|---|---|---|---|
| Health Score | 50 | 73 | 69 |
| Total Downloads | 610.7K | 939.7M | 8.0M |
| 30d Downloads | 16.4K | 65.7M | 545.5K |
| Dependents | 14 | 79.0K | 501 |
| Releases | 13 | 53 | 40 |
| Last Updated | 340d ago | 79d ago | 79d ago |
| Age | 8y 11m | 8y 1m | 9y 6m |
Health Breakdown
defaultmap
Maintenance
6
Quality
13
Community
9
Popularity
7
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
| defaultmap | indexmap | ordermap | |
|---|---|---|---|
| Version | 0.7.0 | 2.13.0 | 1.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 4 | 14 | 13 |
| Crate Size | 10KB | 102KB | 70KB |
| Features | 2 | 4 | 8 |
| Yanked % | 7.7% | 1.9% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.71.0 | 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.
- •defaultmap is pre-1.0 — API may change.