Decision Workspace
dpdk-hash-table vs mule-map vs seedable_hash
Side-by-side comparison of Rust crates
33
dpdk-hash-table
growingv0.1.0
A wrapper around DPDK's hash table framework.
45
mule-map
growingv0.1.3
A hybrid between a HashMap and a lookup table
60
seedable_hash
growingv0.2.3
The library for calculating seedable hashes and fast reduction of their ranges.
Core Metrics
| dpdk-hash-table | mule-map | seedable_hash | |
|---|---|---|---|
| Health Score | 33 | 45 | 60 |
| Total Downloads | 2.0K | 2.4K | 268.8K |
| 30d Downloads | 3 | 6 | 29.1K |
| Dependents | 0 | 0 | 16 |
| Releases | 1 | 4 | 11 |
| Last Updated | 2789d ago | 231d ago | 43d ago |
| Age | 7y 7m | 1y 3m | 1y 5m |
Health Breakdown
dpdk-hash-table
Maintenance
1
Quality
14
Community
6
Popularity
4
Documentation
8
mule-map
Maintenance
12
Quality
14
Community
5
Popularity
4
Documentation
10
seedable_hash
Maintenance
16
Quality
16
Community
9
Popularity
6
Documentation
13
Technical Details
| dpdk-hash-table | mule-map | seedable_hash | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.3 | 0.2.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | AGPL-3.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 4 | 7 |
| Crate Size | 16KB | 23KB | 8KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •seedable_hash leads with a health score of 60/100, but none of the options score above 80.
- •⚠ dpdk-hash-table has not been updated in over a year.