Decision Workspace
shrink_pool vs rusty_pool vs ncd
Side-by-side comparison of Rust crates
47
shrink_pool
growingv1.0.0
A thread pool which agressively terminates its threads as soon as they are idle.
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
45
ncd
growingv0.1.2
Nate's Central Dispatch. Rust concurrency library.
Core Metrics
| shrink_pool | rusty_pool | ncd | |
|---|---|---|---|
| Health Score | 47 | 50 | 45 |
| Total Downloads | 4.8K | 2.7M | 7.0K |
| 30d Downloads | 41 | 125.1K | 347 |
| Dependents | 17 | 307 | 0 |
| Releases | 3 | 13 | 3 |
| Last Updated | 921d ago | 1422d ago | 192d ago |
| Age | 2y 6m | 5y 11m | 1y 3m |
Health Breakdown
shrink_pool
Maintenance
5
Quality
20
Community
8
Popularity
4
Documentation
10
rusty_pool
Maintenance
4
Quality
16
Community
13
Popularity
8
Documentation
9
ncd
Maintenance
9
Quality
15
Community
3
Popularity
5
Documentation
13
Technical Details
| shrink_pool | rusty_pool | ncd | |
|---|---|---|---|
| Version | 1.0.0 | 0.7.0 | 0.1.2 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MPL-2.0 |
| Dependencies | 1 | 5 | 1 |
| Crate Size | 5KB | 25KB | 9KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 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.
- •⚠ shrink_pool, rusty_pool have not been updated in over a year.
- •rusty_pool, ncd are pre-1.0 — API may change.