Decision Workspace
sync_splitter vs sync-cell-slice vs par_slice
Side-by-side comparison of Rust crates
36
sync_splitter
growingv0.4.1
Safely split a mutable slice in multiple threads at the same time.
59
sync-cell-slice
growingv0.9.12
Cells and slices that are accessible from multiple threads
56
par_slice
stablev2.0.1
Slices that may be accessed from multiple threads with different levels of safety
Core Metrics
| sync_splitter | sync-cell-slice | par_slice | |
|---|---|---|---|
| Health Score | 36 | 59 | 56 |
| Total Downloads | 6.3K | 15.8K | 3.5K |
| 30d Downloads | 5 | 2.5K | 9 |
| Dependents | 0 | 24 | 0 |
| Releases | 4 | 4 | 7 |
| Last Updated | 3072d ago | 40d ago | 83d ago |
| Age | 8y 5m | 1y 4m | 1y 3m |
Health Breakdown
sync_splitter
Maintenance
8
Quality
9
Community
3
Popularity
5
Documentation
11
sync-cell-slice
Maintenance
16
Quality
16
Community
10
Popularity
5
Documentation
12
par_slice
Maintenance
14
Quality
21
Community
5
Popularity
4
Documentation
12
Technical Details
| sync_splitter | sync-cell-slice | par_slice | |
|---|---|---|---|
| Version | 0.4.1 | 0.9.12 | 2.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | Apache-2.0 OR LGPL-2.1-or-later | MIT |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 4KB | 18KB | 23KB |
| Features | 0 | 0 | 2 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2021 |
| MSRV | — | 1.85 | 1.84 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •sync-cell-slice leads with a health score of 59/100, but none of the options score above 80.
- •⚠ sync_splitter has not been updated in over a year.
- •sync_splitter, sync-cell-slice are pre-1.0 — API may change.