Hammer out `Ordering`
jamesmunns opened this issue · 2 comments
jamesmunns commented
Right now, everything is SeqCst
, which is likely to be a performance killer. These should be relaxed to the proper level where possible.
jamesmunns commented
I have relaxed these from being totally SeqCst, but to be honest I could still use an "external audit" to make sure I am guaranteeing consistency correctly.
jamesmunns commented
Moved to consistent usage of Acq/Rel/AcqRel in #37. Closing.