Decision Workspace
ptr_cell vs crossync vs radium
Side-by-side comparison of Rust crates
48
ptr_cell
growingv2.2.1
Thread-safe cell based on atomic pointers
50
crossync
experimentalv0.1.2
A fast concurrent programming suite for Rust.
64
radium
growingv1.1.1
Portable interfaces for maybe-atomic types
Core Metrics
| ptr_cell | crossync | radium | |
|---|---|---|---|
| Health Score | 48 | 50 | 64 |
| Total Downloads | 12.3K | 664 | 202.1M |
| 30d Downloads | 0 | 0 | 14.6M |
| Dependents | 0 | 5 | 55 |
| Releases | 10 | 7 | 20 |
| Last Updated | 708d ago | 34d ago | 320d ago |
| Age | 2y 2m | 7m | 7y |
Health Breakdown
ptr_cell
Maintenance
6
Quality
21
Community
6
Popularity
5
Documentation
10
crossync
Maintenance
17
Quality
9
Community
8
Popularity
3
Documentation
13
radium
Maintenance
6
Quality
19
Community
16
Popularity
8
Documentation
15
Technical Details
| ptr_cell | crossync | radium | |
|---|---|---|---|
| Version | 2.2.1 | 0.1.2 | 1.1.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | CC0-1.0 | Apache-2.0 | MIT |
| Dependencies | 0 | 4 | 3 |
| Crate Size | 12KB | 78KB | 14KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 14.3% | 5.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | 1.60 |
| Owners | 1 | 1 | 3 (team) |
Links
Quick Verdict
- •radium leads with a health score of 64/100, but none of the options score above 80.
- •⚠ ptr_cell has not been updated in over a year.
- •crossync is pre-1.0 — API may change.