Decision Workspace
yot_run vs yot_run_macros vs avx-runtime
Side-by-side comparison of Rust crates
44
yot_run
experimentalv0.1.2
A work-stealing, multi-threaded async executor with non-blocking scheduling.
48
yot_run_macros
experimentalv0.1.2
The wrapper macro for a work-stealing, multi-threaded async executor with non-blocking scheduling.
50
avx-runtime
experimentalv0.1.1
AVX Runtime - Native async runtime built from scratch to replace Tokio with work-stealing scheduler, epoll/kqueue/IOCP, and zero-overhead futures
Core Metrics
| yot_run | yot_run_macros | avx-runtime | |
|---|---|---|---|
| Health Score | 44 | 48 | 50 |
| Total Downloads | 43 | 78 | 72 |
| 30d Downloads | 5 | 22 | 4 |
| Dependents | 0 | 3 | 0 |
| Releases | 3 | 3 | 2 |
| Last Updated | 57d ago | 57d ago | 120d ago |
| Age | 1m | 1m | 4m |
Health Breakdown
yot_run
Maintenance
11
Quality
12
Community
6
Popularity
2
Documentation
13
yot_run_macros
Maintenance
11
Quality
14
Community
8
Popularity
2
Documentation
13
avx-runtime
Maintenance
11
Quality
18
Community
6
Popularity
2
Documentation
13
Technical Details
| yot_run | yot_run_macros | avx-runtime | |
|---|---|---|---|
| Version | 0.1.2 | 0.1.2 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 8 | 2 | 0 |
| Crate Size | 24KB | 6KB | 24KB |
| Features | 0 | 0 | 8 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •avx-runtime leads with a health score of 50/100, but none of the options score above 80.
- •yot_run_macros has the most downloads (78), suggesting wider adoption.