Decision Workspace
lending_thread_pool vs threadpool vs blocking-threadpool
Side-by-side comparison of Rust crates
38
lending_thread_pool
growingv0.1.2
A thread pool where workers can lend their data to their tasks.
63
threadpool
growingv1.8.1
A thread pool for running a number of jobs on a fixed set of worker threads.
62
blocking-threadpool
growingv1.0.3
A thread pool for running a number of jobs on a fixed set of worker threads.
Core Metrics
| lending_thread_pool | threadpool | blocking-threadpool | |
|---|---|---|---|
| Health Score | 38 | 63 | 62 |
| Total Downloads | 2.8K | 114.0M | 286.9K |
| 30d Downloads | 0 | 3.3M | 5.0K |
| Dependents | 0 | 6.2K | 142 |
| Releases | 3 | 24 | 4 |
| Last Updated | 601d ago | 2254d ago | 181d ago |
| Age | 1y 8m | 11y 4m | 2y 8m |
Health Breakdown
lending_thread_pool
Maintenance
5
Quality
14
Community
5
Popularity
4
Documentation
10
threadpool
Maintenance
4
Quality
20
Community
20
Popularity
8
Documentation
11
blocking-threadpool
Maintenance
8
Quality
20
Community
12
Popularity
7
Documentation
15
Technical Details
| lending_thread_pool | threadpool | blocking-threadpool | |
|---|---|---|---|
| Version | 0.1.2 | 1.8.1 | 1.0.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 5 | 1 | 2 |
| Crate Size | 11KB | 14KB | 15KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | — | 2021 |
| MSRV | — | — | 1.56.1 |
| Owners | 1 | 4 (team) | 1 |
Links
Quick Verdict
- •threadpool leads with a health score of 63/100, but none of the options score above 80.
- •threadpool is depended on by 6.2K crates — strongest ecosystem trust.
- •⚠ lending_thread_pool, threadpool have not been updated in over a year.
- •lending_thread_pool is pre-1.0 — API may change.