Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove usage of SeqCst in favor of Acquire/Release #526

Closed
wants to merge 2 commits into from

Conversation

davidbarsky
Copy link
Contributor

(note that this PR builds atop of #525)

Based on the discussion in Zulip, I've swapped Ordering::SeqCst in favor of Ordering::Relaxed/Ordering::Release. This has yielded anywhere from 6-9% performance improvements.

Copy link

netlify bot commented Jul 23, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit ff73d64
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/66a1609c64da980008c3919f

src/revision.rs Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants