Decision Workspace
faa_array_queue vs crossbeam-queue vs jacques
Side-by-side comparison of Rust crates
38
faa_array_queue
growingv0.1.2
Fetch-And-Add Array Queue implementation for Rust.
60
crossbeam-queue
growingv0.3.12
Concurrent queues
49
jacques
experimentalv0.1.3
High-performance lock-free MPMC queues with horizontal scaling and zero-allocation operation
Core Metrics
| faa_array_queue | crossbeam-queue | jacques | |
|---|---|---|---|
| Health Score | 38 | 60 | 49 |
| Total Downloads | 4.3K | 214.4M | 532 |
| 30d Downloads | 5 | 17.2M | 5 |
| Dependents | 0 | 3.8K | 0 |
| Releases | 3 | 21 | 3 |
| Last Updated | 1907d ago | 467d ago | 55d ago |
| Age | 5y 2m | 7y 6m | 5m |
Health Breakdown
faa_array_queue
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
9
crossbeam-queue
Maintenance
6
Quality
14
Community
20
Popularity
8
Documentation
12
jacques
Maintenance
16
Quality
9
Community
6
Popularity
3
Documentation
15
Technical Details
| faa_array_queue | crossbeam-queue | jacques | |
|---|---|---|---|
| Version | 0.1.2 | 0.3.12 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 2 | 7 |
| Crate Size | 5KB | 16KB | 50KB |
| Features | 0 | 4 | 3 |
| Yanked % | 0.0% | 9.5% | 33.3% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.60 | 1.88 |
| Owners | 1 | 3 (team) | 1 |
Links
Quick Verdict
- •crossbeam-queue leads with a health score of 60/100, but none of the options score above 80.
- •crossbeam-queue is depended on by 3.8K crates — strongest ecosystem trust.
- •⚠ faa_array_queue, crossbeam-queue have not been updated in over a year.