Decision Workspace
dyn-timeout vs tokio-muxt vs hierarchical_hash_wheel_timer
Side-by-side comparison of Rust crates
34
dyn-timeout
growingv0.3.3
Dynamic timeout, cancel, add and remove time before a callback execution
62
tokio-muxt
growingv0.7.0
Timer for a limited set of events that multiplexes over a single tokio Sleep instance.
60
hierarchical_hash_wheel_timer
growingv1.3.0
A low-level timer implementantion using a hierarchical four-level hash wheel with overflow.
Core Metrics
| dyn-timeout | tokio-muxt | hierarchical_hash_wheel_timer | |
|---|---|---|---|
| Health Score | 34 | 62 | 60 |
| Total Downloads | 8.1K | 26.8K | 62.8K |
| 30d Downloads | 9 | 2.7K | 2.5K |
| Dependents | 0 | 55 | 22 |
| Releases | 6 | 13 | 4 |
| Last Updated | 1453d ago | 55d ago | 538d ago |
| Age | 4y 2m | 1y 8m | 5y 11m |
Health Breakdown
dyn-timeout
Maintenance
4
Quality
14
Community
3
Popularity
5
Documentation
8
tokio-muxt
Maintenance
16
Quality
15
Community
16
Popularity
5
Documentation
10
hierarchical_hash_wheel_timer
Maintenance
10
Quality
22
Community
9
Popularity
6
Documentation
13
Technical Details
| dyn-timeout | tokio-muxt | hierarchical_hash_wheel_timer | |
|---|---|---|---|
| Version | 0.3.3 | 0.7.0 | 1.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | non-standard | MIT | MIT |
| Dependencies | 4 | 3 | 7 |
| Crate Size | 18KB | 8KB | 23KB |
| Features | 0 | 0 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •tokio-muxt leads with a health score of 62/100, but none of the options score above 80.
- •hierarchical_hash_wheel_timer has the most downloads (62.8K), suggesting wider adoption.
- •⚠ dyn-timeout, hierarchical_hash_wheel_timer have not been updated in over a year.
- •dyn-timeout, tokio-muxt are pre-1.0 — API may change.