Decision Workspace
consistent_hash_ring vs mpchash vs hulahoop
Side-by-side comparison of Rust crates
45
consistent_hash_ring
growingv0.8.0
A flexible and efficient consistent hash ring
57
mpchash
stablev2.0.10
A space-efficient (no need for vnodes) multi-probe consistent hashing algorithm
40
hulahoop
growingv0.2.0
An efficient consistent hash ring implementation supporting virtual nodes.
Core Metrics
| consistent_hash_ring | mpchash | hulahoop | |
|---|---|---|---|
| Health Score | 45 | 57 | 40 |
| Total Downloads | 118.3K | 343.3K | 2.8K |
| 30d Downloads | 763 | 3.4K | 4 |
| Dependents | 12 | 0 | 0 |
| Releases | 26 | 20 | 2 |
| Last Updated | 1939d ago | 143d ago | 1245d ago |
| Age | 6y 9m | 2y 9m | 3y 5m |
Health Breakdown
consistent_hash_ring
Maintenance
6
Quality
15
Community
6
Popularity
6
Documentation
12
mpchash
Maintenance
12
Quality
19
Community
6
Popularity
7
Documentation
13
hulahoop
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| consistent_hash_ring | mpchash | hulahoop | |
|---|---|---|---|
| Version | 0.8.0 | 2.0.10 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 5 | 3 |
| Crate Size | 9KB | 16KB | 6KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mpchash leads with a health score of 57/100, but none of the options score above 80.
- •⚠ consistent_hash_ring, hulahoop have not been updated in over a year.
- •consistent_hash_ring, hulahoop are pre-1.0 — API may change.