Decision Workspace
wallclock-timer vs hierarchical_hash_wheel_timer vs timer-lib
Side-by-side comparison of Rust crates
44
wallclock-timer
experimentalv0.1.0
Wall-clock-based timer utility.
60
hierarchical_hash_wheel_timer
growingv1.3.0
A low-level timer implementantion using a hierarchical four-level hash wheel with overflow.
55
timer-lib
growingv0.4.0
A feature-rich Rust library for creating and managing timers.
Core Metrics
| wallclock-timer | hierarchical_hash_wheel_timer | timer-lib | |
|---|---|---|---|
| Health Score | 44 | 60 | 55 |
| Total Downloads | 27 | 62.8K | 1.1K |
| 30d Downloads | 5 | 2.5K | 62 |
| Dependents | 0 | 22 | 0 |
| Releases | 1 | 4 | 5 |
| Last Updated | 54d ago | 538d ago | 17d ago |
| Age | 1m | 5y 11m | 1y 4m |
Health Breakdown
wallclock-timer
Maintenance
10
Quality
15
Community
4
Popularity
2
Documentation
13
hierarchical_hash_wheel_timer
Maintenance
10
Quality
22
Community
9
Popularity
6
Documentation
13
timer-lib
Maintenance
17
Quality
16
Community
5
Popularity
4
Documentation
13
Technical Details
| wallclock-timer | hierarchical_hash_wheel_timer | timer-lib | |
|---|---|---|---|
| Version | 0.1.0 | 1.3.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 7 | 7 | 6 |
| Crate Size | 15KB | 23KB | 34KB |
| Features | 3 | 6 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •hierarchical_hash_wheel_timer leads with a health score of 60/100, but none of the options score above 80.
- •⚠ hierarchical_hash_wheel_timer has not been updated in over a year.
- •wallclock-timer, timer-lib are pre-1.0 — API may change.