Decision Workspace
affinitypool vs threadpool vs blocking-threadpool
Side-by-side comparison of Rust crates
65
affinitypool
growingv0.6.0
A Rust library for running blocking jobs on a dedicated thread pool with CPU core affinity
63
threadpool
growingv1.8.1
A thread pool for running a number of jobs on a fixed set of worker threads.
63
blocking-threadpool
growingv1.0.3
A thread pool for running a number of jobs on a fixed set of worker threads.
Core Metrics
| affinitypool | threadpool | blocking-threadpool | |
|---|---|---|---|
| Health Score | 65 | 63 | 63 |
| Total Downloads | 501.4K | 104.7M | 275.7K |
| 30d Downloads | 83.7K | 5.2M | 12.1K |
| Dependents | 147 | 6.1K | 136 |
| Releases | 11 | 24 | 4 |
| Last Updated | 1d ago | 2205d ago | 133d ago |
| Age | 1y 4m | 11y 3m | 2y 6m |
Health Breakdown
affinitypool
Maintenance
19
Quality
14
Community
12
Popularity
7
Documentation
13
threadpool
Maintenance
4
Quality
20
Community
20
Popularity
8
Documentation
11
blocking-threadpool
Maintenance
10
Quality
20
Community
12
Popularity
6
Documentation
15
Technical Details
| affinitypool | threadpool | blocking-threadpool | |
|---|---|---|---|
| Version | 0.6.0 | 1.8.1 | 1.0.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 10 | 1 | 2 |
| Crate Size | 58KB | 14KB | 15KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | — | 2021 |
| MSRV | — | — | 1.56.1 |
| Owners | 1 | 4 (team) | 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.