Decision Workspace
fork_union vs fast-steal vs bump-scope
Side-by-side comparison of Rust crates
65
fork_union
stablev2.3.1
Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library
67
fast-steal
stablev6.5.3
特别快的多线程任务调度器,支持超细颗粒度的任务窃取
65
bump-scope
stablev2.3.0
A fast bump allocator that supports allocation scopes / checkpoints. Aka an arena for values of arbitrary types.
Core Metrics
| fork_union | fast-steal | bump-scope | |
|---|---|---|---|
| Health Score | 65 | 67 | 65 |
| Total Downloads | 16.6K | 26.8K | 196.4K |
| 30d Downloads | 1.1K | 0 | 30.0K |
| Dependents | 73 | 58 | 13 |
| Releases | 29 | 56 | 87 |
| Last Updated | 64d ago | 2d ago | 40d ago |
| Age | 1y | 1y 1m | 2y 2m |
Health Breakdown
fork_union
Maintenance
15
Quality
19
Community
11
Popularity
5
Documentation
15
fast-steal
Maintenance
19
Quality
19
Community
11
Popularity
5
Documentation
13
bump-scope
Maintenance
17
Quality
18
Community
9
Popularity
6
Documentation
15
Technical Details
| fork_union | fast-steal | bump-scope | |
|---|---|---|---|
| Version | 2.3.1 | 6.5.3 | 2.3.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 5 | 3 | 10 |
| Crate Size | 98KB | 7KB | 241KB |
| Features | 3 | 0 | 19 |
| Yanked % | 0.0% | 0.0% | 1.1% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.64 | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fast-steal leads with a health score of 67/100, but none of the options score above 80.
- •bump-scope has the most downloads (196.4K), suggesting wider adoption.