Decision Workspace
executor-service vs rusty_pool vs executors
Side-by-side comparison of Rust crates
37
executor-service
growingv0.2.2
A fast and efficient Thread Pool like Java ExecutorService
50
rusty_pool
growingv0.7.0
Self growing / shrinking `ThreadPool` implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support
47
executors
growingv0.10.0
A collection of high-performance task executors.
Core Metrics
| executor-service | rusty_pool | executors | |
|---|---|---|---|
| Health Score | 37 | 50 | 47 |
| Total Downloads | 7.8K | 2.7M | 82.5K |
| 30d Downloads | 18 | 121.2K | 1.6K |
| Dependents | 0 | 307 | 19 |
| Releases | 6 | 13 | 17 |
| Last Updated | 1109d ago | 1422d ago | 440d ago |
| Age | 3y | 5y 11m | 8y 3m |
Health Breakdown
executor-service
Maintenance
10
Quality
9
Community
5
Popularity
5
Documentation
8
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
executors
Maintenance
5
Quality
13
Community
10
Popularity
6
Documentation
13
Technical Details
| executor-service | rusty_pool | executors | |
|---|---|---|---|
| Version | 0.2.2 | 0.7.0 | 0.10.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | non-standard | Apache-2.0 | MIT |
| Dependencies | 3 | 5 | 17 |
| Crate Size | 10KB | 25KB | 48KB |
| Features | 0 | 2 | 10 |
| Yanked % | 66.7% | 0.0% | 5.9% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rusty_pool leads with a health score of 50/100, but none of the options score above 80.
- •rusty_pool is depended on by 307 crates — strongest ecosystem trust.
- •⚠ executor-service, rusty_pool, executors have not been updated in over a year.