Decision Workspace
cachedhash vs hash_on_write vs pingora-ketama
Side-by-side comparison of Rust crates
35
cachedhash
growingv0.2.0
Wrapper for values that caches their hash.
43
hash_on_write
growingv0.4.5
A wrapper for storing hash results to avoid running costly hash functions multiple times without modifying the value
65
pingora-ketama
growingv0.8.0
Rust port of the nginx consistent hash function
Core Metrics
| cachedhash | hash_on_write | pingora-ketama | |
|---|---|---|---|
| Health Score | 35 | 43 | 65 |
| Total Downloads | 150.4K | 10.3K | 3.0M |
| 30d Downloads | 3.9K | 14 | 618.5K |
| Dependents | 0 | 0 | 16 |
| Releases | 4 | 10 | 9 |
| Last Updated | 772d ago | 330d ago | 25d ago |
| Age | 3y 5m | 1y 9m | 2y |
Health Breakdown
cachedhash
Maintenance
4
Quality
10
Community
5
Popularity
6
Documentation
10
hash_on_write
Maintenance
8
Quality
15
Community
5
Popularity
5
Documentation
10
pingora-ketama
Maintenance
19
Quality
15
Community
13
Popularity
8
Documentation
10
Technical Details
| cachedhash | hash_on_write | pingora-ketama | |
|---|---|---|---|
| Version | 0.2.0 | 0.4.5 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 2 | 2 | 8 |
| Crate Size | 11KB | 11KB | 51KB |
| Features | 0 | 0 | 2 |
| Yanked % | 25.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 5 |
Links
Quick Verdict
- •pingora-ketama leads with a health score of 65/100, but none of the options score above 80.
- •⚠ cachedhash has not been updated in over a year.