Decision Workspace
work-queue vs crossbeam-deque vs atomic-try-update
Side-by-side comparison of Rust crates
36
work-queue
growingv0.1.4
A concurrent work-stealing queue for building schedulers
59
crossbeam-deque
growingv0.8.6
Concurrent work-stealing deque
42
atomic-try-update
growingv0.0.2
Primitives that make it easy to implement correct lock-free algorithms
Core Metrics
| work-queue | crossbeam-deque | atomic-try-update | |
|---|---|---|---|
| Health Score | 36 | 59 | 42 |
| Total Downloads | 28.3K | 392.5M | 3.7K |
| 30d Downloads | 544 | 25.2M | 22 |
| Dependents | 0 | 1.0K | 2 |
| Releases | 5 | 26 | 2 |
| Last Updated | 976d ago | 467d ago | 830d ago |
| Age | 5y | 8y 4m | 2y 4m |
Health Breakdown
work-queue
Maintenance
3
Quality
14
Community
5
Popularity
5
Documentation
9
crossbeam-deque
Maintenance
7
Quality
13
Community
19
Popularity
8
Documentation
12
atomic-try-update
Maintenance
4
Quality
14
Community
7
Popularity
4
Documentation
13
Technical Details
| work-queue | crossbeam-deque | atomic-try-update | |
|---|---|---|---|
| Version | 0.1.4 | 0.8.6 | 0.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 4 | 3 | 5 |
| Crate Size | 11KB | 22KB | 17KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 19.2% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.61 | — |
| Owners | 1 | 4 (team) | 1 |
Links
Quick Verdict
- •crossbeam-deque leads with a health score of 59/100, but none of the options score above 80.
- •crossbeam-deque is depended on by 1.0K crates — strongest ecosystem trust.
- •⚠ work-queue, crossbeam-deque, atomic-try-update have not been updated in over a year.