Decision Workspace
executors vs executor-service vs rayon
Side-by-side comparison of Rust crates
47
executors
growingv0.10.0
A collection of high-performance task executors.
37
executor-service
growingv0.2.2
A fast and efficient Thread Pool like Java ExecutorService
68
rayon
growingv1.11.0
Simple work-stealing parallelism for Rust
Core Metrics
| executors | executor-service | rayon | |
|---|---|---|---|
| Health Score | 47 | 37 | 68 |
| Total Downloads | 82.5K | 7.8K | 340.6M |
| 30d Downloads | 1.7K | 19 | 22.1M |
| Dependents | 19 | 0 | 105.0K |
| Releases | 17 | 6 | 39 |
| Last Updated | 440d ago | 1109d ago | 227d ago |
| Age | 8y 3m | 3y | 10y 3m |
Health Breakdown
executors
Maintenance
5
Quality
13
Community
10
Popularity
6
Documentation
13
executor-service
Maintenance
10
Quality
9
Community
5
Popularity
5
Documentation
8
rayon
Maintenance
10
Quality
19
Community
16
Popularity
8
Documentation
15
Technical Details
| executors | executor-service | rayon | |
|---|---|---|---|
| Version | 0.10.0 | 0.2.2 | 1.11.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | non-standard | MIT OR Apache-2.0 |
| Dependencies | 17 | 3 | 5 |
| Crate Size | 48KB | 10KB | 182KB |
| Features | 10 | 0 | 1 |
| Yanked % | 5.9% | 66.7% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.80 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •rayon leads with a health score of 68/100, but none of the options score above 80.
- •rayon is depended on by 105.0K crates — strongest ecosystem trust.
- •⚠ executors, executor-service have not been updated in over a year.
- •executors, executor-service are pre-1.0 — API may change.