-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## This Commit Downgrades the memory ordering for the `odd_next` bool operations from `SeqCst` to what is appropriate. ## Why? For improved performance and clarity. This should continue working after we remove the `Mutex` around the stream (once we figure out how). This could very well be too relaxed, but it'd be hard to tell without Loom or Miri.
- Loading branch information
1 parent
b27f422
commit b168b07
Showing
1 changed file
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters