Decision Workspace
pooled vs rusty_pool vs zero-pool
Side-by-side comparison of Rust crates
51
pooled
experimentalv0.3.0
A lightweight thread pool library with specialized pool types
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
zero-pool
experimentalv0.8.0
High-performance thread pool with consistent low-latency task dispatch
Core Metrics
| pooled | rusty_pool | zero-pool | |
|---|---|---|---|
| Health Score | 51 | 50 | 50 |
| Total Downloads | 70 | 2.9M | 7.1K |
| 30d Downloads | 0 | 113.8K | 0 |
| Dependents | 4 | 317 | 0 |
| Releases | 4 | 13 | 33 |
| Last Updated | 14d ago | 1481d ago | 56d ago |
| Age | 17d | 6y | 9m |
Health Breakdown
pooled
Maintenance
18
Quality
14
Community
7
Popularity
2
Documentation
10
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
zero-pool
Maintenance
16
Quality
14
Community
5
Popularity
5
Documentation
10
Technical Details
| pooled | rusty_pool | zero-pool | |
|---|---|---|---|
| Version | 0.3.0 | 0.7.0 | 0.8.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | MIT |
| Dependencies | 1 | 5 | 1 |
| Crate Size | 9KB | 25KB | 10KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •pooled leads with a health score of 51/100, but none of the options score above 80.
- •rusty_pool has the most downloads (2.9M), suggesting wider adoption.
- •rusty_pool is depended on by 317 crates — strongest ecosystem trust.
- •⚠ rusty_pool has not been updated in over a year.