Decision Workspace
arc-swap vs arcshift vs hazarc
Side-by-side comparison of Rust crates
73
arc-swap
stablev1.9.0
Atomically swappable Arc
52
arcshift
growingv0.4.2
Replacement for std::sync::Arc<T> that supports updating the value, with some caveats.
50
hazarc
experimentalv0.2.0
A wait-free AtomicArc optimized for read-intensive use cases.
Core Metrics
| arc-swap | arcshift | hazarc | |
|---|---|---|---|
| Health Score | 73 | 52 | 50 |
| Total Downloads | 193.4M | 40.9K | 2.8K |
| 30d Downloads | 15.0M | 1.1K | 1.8K |
| Dependents | 8.8K | 56 | 2 |
| Releases | 45 | 23 | 2 |
| Last Updated | 6d ago | 238d ago | 47d ago |
| Age | 7y 11m | 1y 7m | 1m |
Health Breakdown
arc-swap
Maintenance
18
Quality
16
Community
19
Popularity
8
Documentation
12
arcshift
Maintenance
10
Quality
11
Community
10
Popularity
6
Documentation
15
hazarc
Maintenance
11
Quality
16
Community
7
Popularity
4
Documentation
12
Technical Details
| arc-swap | arcshift | hazarc | |
|---|---|---|---|
| Version | 1.9.0 | 0.4.2 | 0.2.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 12 | 5 | 5 |
| Crate Size | 81KB | 66KB | 37KB |
| Features | 4 | 8 | 5 |
| Yanked % | 17.8% | 60.9% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.75.0 | 1.65 |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •arc-swap leads with a health score of 73/100, but none of the options score above 80.
- •arc-swap is depended on by 8.8K crates — strongest ecosystem trust.
- •arcshift, hazarc are pre-1.0 — API may change.