Decision Workspace
wallclock-timer vs hierarchical_hash_wheel_timer vs timer-lib
Side-by-side comparison of Rust crates
40
wallclock-timer
experimentalv0.1.0
Wall-clock-based timer utility.
68
hierarchical_hash_wheel_timer
stablev1.4.0
A low-level timer implementation using a hierarchical four-level hash wheel with overflow.
50
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 | 40 | 68 | 50 |
| Total Downloads | 42 | 99.8K | 2.8K |
| 30d Downloads | 0 | 5.7K | 0 |
| Dependents | 0 | 23 | 0 |
| Releases | 1 | 5 | 5 |
| Last Updated | 162d ago | 93d ago | 125d ago |
| Age | 5m | 6y 2m | 1y 7m |
Health Breakdown
wallclock-timer
Maintenance
6
Quality
15
Community
4
Popularity
2
Documentation
13
hierarchical_hash_wheel_timer
Maintenance
16
Quality
22
Community
9
Popularity
6
Documentation
15
timer-lib
Maintenance
12
Quality
16
Community
5
Popularity
4
Documentation
13
Technical Details
| wallclock-timer | hierarchical_hash_wheel_timer | timer-lib | |
|---|---|---|---|
| Version | 0.1.0 | 1.4.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 7 | 6 | 6 |
| Crate Size | 15KB | 34KB | 34KB |
| Features | 3 | 6 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 1.94.1 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •hierarchical_hash_wheel_timer leads with a health score of 68/100, but none of the options score above 80.
- •wallclock-timer, timer-lib are pre-1.0 — API may change.