casper-network / casper-network/casper-node
Reduce reliance on SeqCst
Open
tech-debt
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
We currently overuse the Ordering::SeqCst in atomics throughout the code, which is suboptimal for performance and may have subtle correctness issues. Many of these can be replaced by Relaxed ordering or a pair of Release/Acquire
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.