Audit atomics and use weakest ordering possible #6477
Labels
domain: performance
Anything related to Vector's performance
type: task
Generic non-code related tasks
As discussed in #6428 (comment) we should use
compare_exchange_weak
where possible. It's worth taking a passes through the code to find opportunities for weaker ordering.The text was updated successfully, but these errors were encountered: