Decision Workspace
thunk vs par_slice vs connpool
Side-by-side comparison of Rust crates
46
thunk
growingv0.3.0
Primitives for generic lazy evaluation in Rust. This crate requires nightly for `untagged_unions`.
56
par_slice
stablev2.0.1
Slices that may be accessed from multiple threads with different levels of safety
51
connpool
experimentalv0.2.0
A concurrent, generic connection pool for Rust
Core Metrics
| thunk | par_slice | connpool | |
|---|---|---|---|
| Health Score | 46 | 56 | 51 |
| Total Downloads | 9.9K | 3.5K | 6.0K |
| 30d Downloads | 13 | 9 | 2.5K |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 7 | 3 |
| Last Updated | 3159d ago | 83d ago | 88d ago |
| Age | 8y 10m | 1y 3m | 2m |
Health Breakdown
thunk
Maintenance
9
Quality
15
Community
6
Popularity
5
Documentation
11
par_slice
Maintenance
14
Quality
21
Community
5
Popularity
4
Documentation
12
connpool
Maintenance
9
Quality
13
Community
11
Popularity
5
Documentation
13
Technical Details
| thunk | par_slice | connpool | |
|---|---|---|---|
| Version | 0.3.0 | 2.0.1 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT | MIT |
| Dependencies | 1 | 0 | 6 |
| Crate Size | 11KB | 23KB | 9KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | 1.84 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •par_slice leads with a health score of 56/100, but none of the options score above 80.
- •thunk has the most downloads (9.9K), suggesting wider adoption.
- •⚠ thunk has not been updated in over a year.
- •thunk, connpool are pre-1.0 — API may change.