Decision Workspace
atomiclock_spinlock vs axiom-spinlock vs wasm_safe_mutex
Side-by-side comparison of Rust crates
39
atomiclock_spinlock
growingv0.1.0
A simple spinlock
44
axiom-spinlock
experimentalv0.1.0
A lightweight, no_std-compatible spinlock and exponential backoff implementation for low-level concurrent systems.
53
wasm_safe_mutex
experimentalv0.2.1
A suite of WebAssembly-safe synchronization primitives that paper over platform-specific locking constraints.
Core Metrics
| atomiclock_spinlock | axiom-spinlock | wasm_safe_mutex | |
|---|---|---|---|
| Health Score | 39 | 44 | 53 |
| Total Downloads | 2.0K | 118 | 2.6K |
| 30d Downloads | 97 | 3 | 333 |
| Dependents | 1 | 0 | 13 |
| Releases | 1 | 1 | 5 |
| Last Updated | 445d ago | 149d ago | 41d ago |
| Age | 1y 2m | 4m | 7m |
Health Breakdown
atomiclock_spinlock
Maintenance
2
Quality
14
Community
7
Popularity
4
Documentation
12
axiom-spinlock
Maintenance
6
Quality
17
Community
6
Popularity
2
Documentation
13
wasm_safe_mutex
Maintenance
16
Quality
12
Community
9
Popularity
4
Documentation
12
Technical Details
| atomiclock_spinlock | axiom-spinlock | wasm_safe_mutex | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 0 | 6 |
| Crate Size | 159KB | 8KB | 126KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.78.0 | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wasm_safe_mutex leads with a health score of 53/100, but none of the options score above 80.
- •⚠ atomiclock_spinlock has not been updated in over a year.