Decision Workspace
atomptr vs xarc vs orx-pinned-concurrent-col
Side-by-side comparison of Rust crates
54
atomptr
growingv3.2.0
A safe copy-on-write wrapper around `AtomicPtr` with some extra tricks
35
xarc
growingv0.3.0
`xarc` provides atomically swappable atomically refcounted smart pointers as a safer building block for lockfree algorithms than raw atomic pointers. `Xarc` is comparable to `Arc` but with the additional ability to atomically be swapped into and out of `AtomicXarc`. `Xarc` is dereferenceable but cannot have its contents atomically swapped. `AtomicXarc` can have its contents atomically swapped but is not dereferenceable.
59
orx-pinned-concurrent-col
stablev2.18.0
A core data structure with a focus to enable high performance, possibly lock-free, concurrent collections using a PinnedVec as the underlying storage.
Core Metrics
| atomptr | xarc | orx-pinned-concurrent-col | |
|---|---|---|---|
| Health Score | 54 | 35 | 59 |
| Total Downloads | 23.5K | 4.7K | 1.1M |
| 30d Downloads | 2.0K | 35 | 151.3K |
| Dependents | 7 | 25 | 167 |
| Releases | 14 | 3 | 27 |
| Last Updated | 212d ago | 1773d ago | 158d ago |
| Age | 5y 4m | 5y 6m | 1y 11m |
Health Breakdown
atomptr
Maintenance
9
Quality
22
Community
8
Popularity
5
Documentation
10
xarc
Maintenance
4
Quality
8
Community
10
Popularity
4
Documentation
9
orx-pinned-concurrent-col
Maintenance
12
Quality
18
Community
12
Popularity
7
Documentation
10
Technical Details
| atomptr | xarc | orx-pinned-concurrent-col | |
|---|---|---|---|
| Version | 3.2.0 | 0.3.0 | 2.18.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | EUPL-1.2 OR Apache-2.0 | MPL-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 5 | 5 |
| Crate Size | 10KB | 13KB | 18KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 33.3% | 0.0% |
| Edition | 2024 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-pinned-concurrent-col leads with a health score of 59/100, but none of the options score above 80.
- •orx-pinned-concurrent-col is depended on by 167 crates — strongest ecosystem trust.
- •⚠ xarc has not been updated in over a year.
- •xarc is pre-1.0 — API may change.