Decision Workspace
async-spin-sleep vs async-hybrid-sleep vs portable_async_sleep
Side-by-side comparison of Rust crates
39
async-spin-sleep
growingv0.5.1
A crate providing a highly accurate asynchronous timer for multiple async tasks using spin sleep in a single thread.
46
async-hybrid-sleep
experimentalv0.1.1
Hybrid async sleep combining runtime timers with spin-sleeping for sub-millisecond accuracy
45
portable_async_sleep
experimentalv0.1.1
A portable async sleep function for Rust
Core Metrics
| async-spin-sleep | async-hybrid-sleep | portable_async_sleep | |
|---|---|---|---|
| Health Score | 39 | 46 | 45 |
| Total Downloads | 21.5K | 28 | 2.5K |
| 30d Downloads | 90 | 28 | 354 |
| Dependents | 1 | 0 | 7 |
| Releases | 15 | 2 | 2 |
| Last Updated | 915d ago | 12d ago | 210d ago |
| Age | 2y 9m | 13d | 9m |
Health Breakdown
async-spin-sleep
Maintenance
6
Quality
15
Community
3
Popularity
5
Documentation
10
async-hybrid-sleep
Maintenance
13
Quality
15
Community
6
Popularity
2
Documentation
10
portable_async_sleep
Maintenance
9
Quality
12
Community
8
Popularity
4
Documentation
12
Technical Details
| async-spin-sleep | async-hybrid-sleep | portable_async_sleep | |
|---|---|---|---|
| Version | 0.5.1 | 0.1.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 11 | 9 | 10 |
| Crate Size | 13KB | 32KB | 93KB |
| Features | 2 | 6 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •async-hybrid-sleep leads with a health score of 46/100, but none of the options score above 80.
- •async-spin-sleep has the most downloads (21.5K), suggesting wider adoption.
- •⚠ async-spin-sleep has not been updated in over a year.