Decision Workspace
wallclock-timer vs hierarchical_hash_wheel_timer vs timer-lib
Side-by-side comparison of Rust crates
41
wallclock-timer
experimentalv0.1.0
Wall-clock-based timer utility.
70
hierarchical_hash_wheel_timer
stablev1.4.0
A low-level timer implementation using a hierarchical four-level hash wheel with overflow.
52
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 | 41 | 70 | 52 |
| Total Downloads | 36 | 83.5K | 1.8K |
| 30d Downloads | 0 | 10.1K | 0 |
| Dependents | 0 | 23 | 0 |
| Releases | 1 | 5 | 5 |
| Last Updated | 113d ago | 44d ago | 76d ago |
| Age | 3m | 6y 1m | 1y 6m |
Health Breakdown
wallclock-timer
Maintenance
7
Quality
15
Community
4
Popularity
2
Documentation
13
hierarchical_hash_wheel_timer
Maintenance
18
Quality
22
Community
9
Popularity
6
Documentation
15
timer-lib
Maintenance
14
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 70/100, but none of the options score above 80.
- •wallclock-timer, timer-lib are pre-1.0 — API may change.