Decision Workspace
ordermap vs indexmap vs hashbrown
Side-by-side comparison of Rust crates
72
ordermap
stablev1.2.0
A hash table with consistent order and fast iteration.
74
indexmap
stablev2.14.0
A hash table with consistent order and fast iteration.
68
hashbrown
growingv0.17.1
A Rust port of Google's SwissTable hash map
Core Metrics
| ordermap | indexmap | hashbrown | |
|---|---|---|---|
| Health Score | 72 | 74 | 68 |
| Total Downloads | 9.8M | 1.1B | 1.6B |
| 30d Downloads | 803.1K | 92.8M | 166.4M |
| Dependents | 762 | 89.3K | 30.1K |
| Releases | 41 | 55 | 56 |
| Last Updated | 46d ago | 46d ago | 17d ago |
| Age | 9y 8m | 8y 3m | 7y 7m |
Health Breakdown
ordermap
Maintenance
15
Quality
19
Community
15
Popularity
8
Documentation
15
indexmap
Maintenance
17
Quality
18
Community
16
Popularity
8
Documentation
15
hashbrown
Maintenance
19
Quality
12
Community
17
Popularity
8
Documentation
12
Technical Details
| ordermap | indexmap | hashbrown | |
|---|---|---|---|
| Version | 1.2.0 | 2.14.0 | 0.17.1 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 13 | 14 | 15 |
| Crate Size | 70KB | 104KB | 156KB |
| Features | 8 | 4 | 8 |
| Yanked % | 0.0% | 1.8% | 7.1% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.85 | 1.85 | 1.85.0 |
| Owners | 2 | 2 | 2 |
Links
Quick Verdict
- •indexmap leads with a health score of 74/100, but none of the options score above 80.
- •hashbrown has the most downloads (1.6B), suggesting wider adoption.
- •indexmap is depended on by 89.3K crates — strongest ecosystem trust.
- •hashbrown is pre-1.0 — API may change.