Decision Workspace
multipool vs rusty_pool vs shrink_pool
Side-by-side comparison of Rust crates
41
multipool
growingv0.2.8
A configurable thread pool with optional work-stealing support and task priority scheduling.
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
shrink_pool
growingv1.0.0
A thread pool which agressively terminates its threads as soon as they are idle.
Core Metrics
| multipool | rusty_pool | shrink_pool | |
|---|---|---|---|
| Health Score | 41 | 50 | 47 |
| Total Downloads | 9.9K | 2.7M | 4.8K |
| 30d Downloads | 11 | 121.2K | 39 |
| Dependents | 0 | 307 | 17 |
| Releases | 13 | 13 | 3 |
| Last Updated | 435d ago | 1422d ago | 921d ago |
| Age | 1y 3m | 5y 11m | 2y 6m |
Health Breakdown
multipool
Maintenance
8
Quality
9
Community
6
Popularity
5
Documentation
13
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
shrink_pool
Maintenance
5
Quality
20
Community
8
Popularity
4
Documentation
10
Technical Details
| multipool | rusty_pool | shrink_pool | |
|---|---|---|---|
| Version | 0.2.8 | 0.7.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 5 | 1 |
| Crate Size | 29KB | 25KB | 5KB |
| Features | 1 | 2 | 0 |
| Yanked % | 46.2% | 0.0% | 0.0% |
| 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.
- •⚠ multipool, rusty_pool, shrink_pool have not been updated in over a year.
- •multipool, rusty_pool are pre-1.0 — API may change.