Decision Workspace
blocking_pool vs rusty_pool vs async-cpupool
Side-by-side comparison of Rust crates
36
blocking_pool
growingv0.2.0
A thread pool for running synchronous I/O in asynchronous applications
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
50
async-cpupool
growingv0.4.0
A simple async threadpool for CPU-bound tasks
Core Metrics
| blocking_pool | rusty_pool | async-cpupool | |
|---|---|---|---|
| Health Score | 36 | 50 | 50 |
| Total Downloads | 3.0K | 2.7M | 15.7K |
| 30d Downloads | 5 | 125.1K | 82 |
| Dependents | 0 | 307 | 18 |
| Releases | 2 | 13 | 6 |
| Last Updated | 1805d ago | 1422d ago | 73d ago |
| Age | 5y 1m | 5y 11m | 2y 4m |
Health Breakdown
blocking_pool
Maintenance
3
Quality
15
Community
5
Popularity
4
Documentation
9
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
async-cpupool
Maintenance
12
Quality
14
Community
6
Popularity
5
Documentation
13
Technical Details
| blocking_pool | rusty_pool | async-cpupool | |
|---|---|---|---|
| Version | 0.2.0 | 0.7.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | GPL-3.0 |
| Dependencies | 2 | 5 | 5 |
| Crate Size | 5KB | 25KB | 30KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 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.
- •⚠ blocking_pool, rusty_pool have not been updated in over a year.