Decision Workspace
fork_union vs fast-steal vs bump-scope
Side-by-side comparison of Rust crates
69
fork_union
growingv2.3.1
Low-latency OpenMP-style NUMA-aware cross-platform fine-grained parallelism library
66
fast-steal
growingv6.5.1
特别快的多线程任务调度器,支持超细颗粒度的任务窃取
65
bump-scope
stablev2.2.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 | 69 | 66 | 65 |
| Total Downloads | 14.7K | 24.4K | 149.2K |
| 30d Downloads | 1.4K | 1.1K | 25.4K |
| Dependents | 55 | 55 | 13 |
| Releases | 29 | 54 | 86 |
| Last Updated | 5d ago | today | 30d ago |
| Age | 10m | 11m | 2y |
Health Breakdown
fork_union
Maintenance
19
Quality
19
Community
11
Popularity
5
Documentation
15
fast-steal
Maintenance
19
Quality
18
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.1 | 2.2.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 5 | 3 | 10 |
| Crate Size | 98KB | 8KB | 240KB |
| Features | 3 | 0 | 19 |
| Yanked % | 0.0% | 0.0% | 1.2% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.64 | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •fork_union leads with a health score of 69/100, but none of the options score above 80.
- •bump-scope has the most downloads (149.2K), suggesting wider adoption.