Decision Workspace
lock-free-stack vs st3 vs atomic-try-update
Side-by-side comparison of Rust crates
35
lock-free-stack
growingv0.1.1
Lock-free (atomic-based) Collection which internally represent data as a Stack, and exposes an interface allowing to add elements, get size, and remove all giving a reverse-iterator.
49
st3
growingv0.4.1
A very fast lock-free, bounded, work-stealing LIFO queue.
42
atomic-try-update
growingv0.0.2
Primitives that make it easy to implement correct lock-free algorithms
Core Metrics
| lock-free-stack | st3 | atomic-try-update | |
|---|---|---|---|
| Health Score | 35 | 49 | 42 |
| Total Downloads | 5.7K | 197.1K | 3.7K |
| 30d Downloads | 22 | 3.0K | 21 |
| Dependents | 2 | 116 | 2 |
| Releases | 2 | 7 | 2 |
| Last Updated | 3486d ago | 1206d ago | 830d ago |
| Age | 9y 6m | 4y 1m | 2y 4m |
Health Breakdown
lock-free-stack
Maintenance
3
Quality
16
Community
4
Popularity
4
Documentation
8
st3
Maintenance
5
Quality
14
Community
12
Popularity
6
Documentation
12
atomic-try-update
Maintenance
4
Quality
14
Community
7
Popularity
4
Documentation
13
Technical Details
| lock-free-stack | st3 | atomic-try-update | |
|---|---|---|---|
| Version | 0.1.1 | 0.4.1 | 0.0.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 6 | 5 |
| Crate Size | 3KB | 32KB | 17KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | 1.60 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •st3 leads with a health score of 49/100, but none of the options score above 80.
- •st3 is depended on by 116 crates — strongest ecosystem trust.
- •⚠ lock-free-stack, st3, atomic-try-update have not been updated in over a year.