Decision Workspace
threadpool vs affinitypool vs blocking-threadpool
Side-by-side comparison of Rust crates
63
threadpool
growingv1.8.1
A thread pool for running a number of jobs on a fixed set of worker threads.
65
affinitypool
growingv0.6.0
A Rust library for running blocking jobs on a dedicated thread pool with CPU core affinity
63
blocking-threadpool
growingv1.0.3
A thread pool for running a number of jobs on a fixed set of worker threads.
Core Metrics
| threadpool | affinitypool | blocking-threadpool | |
|---|---|---|---|
| Health Score | 63 | 65 | 63 |
| Total Downloads | 104.7M | 501.4K | 275.7K |
| 30d Downloads | 5.2M | 83.7K | 12.1K |
| Dependents | 6.1K | 147 | 136 |
| Releases | 24 | 11 | 4 |
| Last Updated | 2205d ago | 1d ago | 133d ago |
| Age | 11y 3m | 1y 4m | 2y 6m |
Health Breakdown
threadpool
Maintenance
4
Quality
20
Community
20
Popularity
8
Documentation
11
affinitypool
Maintenance
19
Quality
14
Community
12
Popularity
7
Documentation
13
blocking-threadpool
Maintenance
10
Quality
20
Community
12
Popularity
6
Documentation
15
Technical Details
| threadpool | affinitypool | blocking-threadpool | |
|---|---|---|---|
| Version | 1.8.1 | 0.6.0 | 1.0.3 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 1 | 10 | 2 |
| Crate Size | 14KB | 58KB | 15KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2021 |
| MSRV | — | — | 1.56.1 |
| Owners | 4 (team) | 1 | 1 |
Links
Quick Verdict
- •affinitypool leads with a health score of 65/100, but none of the options score above 80.
- •threadpool has the most downloads (104.7M), suggesting wider adoption.
- •threadpool is depended on by 6.1K crates — strongest ecosystem trust.
- •⚠ threadpool has not been updated in over a year.
- •affinitypool is pre-1.0 — API may change.