Decision Workspace
ahtable vs idmap vs hash_table_datastruct
Side-by-side comparison of Rust crates
41
ahtable
growingv0.2.0
Array Hash Table implementation
51
idmap
growingv0.3.5
Efficient maps of integer id keys to values, backed by an underlying `Vec`
47
hash_table_datastruct
growingv0.6.3
Adds a HashTable type, allowing to store values in a table with integer-indexed rows and hashable keys for columns
Core Metrics
| ahtable | idmap | hash_table_datastruct | |
|---|---|---|---|
| Health Score | 41 | 51 | 47 |
| Total Downloads | 11.8K | 54.1K | 11.9K |
| 30d Downloads | 30 | 1.5K | 14 |
| Dependents | 11 | 4 | 0 |
| Releases | 7 | 39 | 10 |
| Last Updated | 2044d ago | 88d ago | 797d ago |
| Age | 5y 9m | 8y 7m | 2y 3m |
Health Breakdown
ahtable
Maintenance
4
Quality
15
Community
8
Popularity
5
Documentation
9
idmap
Maintenance
13
Quality
12
Community
8
Popularity
6
Documentation
12
hash_table_datastruct
Maintenance
6
Quality
17
Community
6
Popularity
5
Documentation
13
Technical Details
| ahtable | idmap | hash_table_datastruct | |
|---|---|---|---|
| Version | 0.2.0 | 0.3.5 | 0.6.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | BSD-3-Clause | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 11 | 3 |
| Crate Size | 13KB | 21KB | 10KB |
| Features | 0 | 5 | 2 |
| Yanked % | 0.0% | 15.4% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.65 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •idmap leads with a health score of 51/100, but none of the options score above 80.
- •⚠ ahtable, hash_table_datastruct have not been updated in over a year.