Decision Workspace
derive_hash_fast vs rapidhash vs twox-hash
Side-by-side comparison of Rust crates
45
derive_hash_fast
experimentalv0.2.3
A faster replacement for `#[derive(Hash)]` for types without padding
74
rapidhash
stablev4.4.1
An extremely fast, high quality, platform-independent hashing algorithm.
66
twox-hash
growingv2.1.2
A Rust implementation of the XXHash and XXH3 algorithms
Core Metrics
| derive_hash_fast | rapidhash | twox-hash | |
|---|---|---|---|
| Health Score | 45 | 74 | 66 |
| Total Downloads | 2.4K | 5.1M | 152.6M |
| 30d Downloads | 47 | 1.9M | 11.6M |
| Dependents | 3 | 527 | 4.4K |
| Releases | 6 | 20 | 22 |
| Last Updated | 221d ago | 35d ago | 205d ago |
| Age | 7m | 1y 6m | 10y 10m |
Health Breakdown
derive_hash_fast
Maintenance
11
Quality
12
Community
8
Popularity
4
Documentation
10
rapidhash
Maintenance
17
Quality
21
Community
13
Popularity
8
Documentation
15
twox-hash
Maintenance
9
Quality
20
Community
14
Popularity
8
Documentation
15
Technical Details
| derive_hash_fast | rapidhash | twox-hash | |
|---|---|---|---|
| Version | 0.2.3 | 4.4.1 | 2.1.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 9 | 6 | 3 |
| Crate Size | 12KB | 57KB | 36KB |
| Features | 0 | 6 | 9 |
| Yanked % | 0.0% | 0.0% | 9.1% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.71.0 | 1.81 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rapidhash leads with a health score of 74/100, but none of the options score above 80.
- •twox-hash has the most downloads (152.6M), suggesting wider adoption.
- •twox-hash is depended on by 4.4K crates — strongest ecosystem trust.
- •derive_hash_fast is pre-1.0 — API may change.