Decision Workspace
thread_binder vs rayon vs fast-steal
Side-by-side comparison of Rust crates
35
thread_binder
growingv0.1.0
Bind rayon pools to limit numa effects
74
rayon
stablev1.12.0
Simple work-stealing parallelism for Rust
67
fast-steal
stablev6.5.3
特别快的多线程任务调度器,支持超细颗粒度的任务窃取
Core Metrics
| thread_binder | rayon | fast-steal | |
|---|---|---|---|
| Health Score | 35 | 74 | 67 |
| Total Downloads | 2.1K | 394.0M | 26.8K |
| 30d Downloads | 0 | 29.9M | 0 |
| Dependents | 1 | 119.7K | 58 |
| Releases | 1 | 40 | 56 |
| Last Updated | 2637d ago | 42d ago | 2d ago |
| Age | 7y 2m | 10y 5m | 1y 1m |
Health Breakdown
thread_binder
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
9
rayon
Maintenance
16
Quality
19
Community
16
Popularity
8
Documentation
15
fast-steal
Maintenance
19
Quality
19
Community
11
Popularity
5
Documentation
13
Technical Details
| thread_binder | rayon | fast-steal | |
|---|---|---|---|
| Version | 0.1.0 | 1.12.0 | 6.5.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0/MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 3 | 5 | 3 |
| Crate Size | 3KB | 183KB | 7KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.80 | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •rayon leads with a health score of 74/100, but none of the options score above 80.
- •rayon is depended on by 119.7K crates — strongest ecosystem trust.
- •⚠ thread_binder has not been updated in over a year.
- •thread_binder is pre-1.0 — API may change.