casper-network / casper-network/casper-node

Reduce reliance on SeqCst

Open
#3,805 0 comments 0 reactions 1 assignee Assigned to @marc-casperlabs View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.