Decision Workspace
syncbox vs sharded_queue vs command-executor
Side-by-side comparison of Rust crates
42
syncbox
growingv0.2.4
Concurrency utilities for Rust
53
sharded_queue
growingv2.0.1
ShardedQueue is currently the fastest concurrent collection which can be used under highest concurrency and load
46
command-executor
growingv0.2.0
Command Executor thread pool
Core Metrics
| syncbox | sharded_queue | command-executor | |
|---|---|---|---|
| Health Score | 42 | 53 | 46 |
| Total Downloads | 147.9K | 39.5K | 14.4K |
| 30d Downloads | 1.6K | 138 | 328 |
| Dependents | 18 | 28 | 29 |
| Releases | 6 | 30 | 8 |
| Last Updated | 3755d ago | 953d ago | 154d ago |
| Age | 11y 4m | 2y 7m | 2y 11m |
Health Breakdown
syncbox
Maintenance
4
Quality
15
Community
6
Popularity
6
Documentation
11
sharded_queue
Maintenance
10
Quality
18
Community
10
Popularity
5
Documentation
10
command-executor
Maintenance
9
Quality
13
Community
9
Popularity
5
Documentation
10
Technical Details
| syncbox | sharded_queue | command-executor | |
|---|---|---|---|
| Version | 0.2.4 | 2.0.1 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 5 | 9 |
| Crate Size | 15KB | 8KB | 39KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 3.3% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sharded_queue leads with a health score of 53/100, but none of the options score above 80.
- •syncbox has the most downloads (147.9K), suggesting wider adoption.
- •⚠ syncbox, sharded_queue have not been updated in over a year.
- •syncbox, command-executor are pre-1.0 — API may change.