You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File Path: book/en-us/07-Chapter 07 Parallelism and Concurrency.md
Original paragraph: (memory order part, acquire & release)
In addition, the performance of compare_exchange_strong may be slightly worse than compare_exchange_weak, but in most cases, compare_exchange_strong should be limited.
Expected Description
In addition, the performance of compare_exchange_strong may be slightly worse than compare_exchange_weak, but in most cases, compare_exchange_weak should be limited.
I'm a novice in the C++ memory order, but it seems not reasonable to use but while saying worse. And in my point of view, maybe compare_exchange_strong can be more controllable than compare_exchange_weak.
The text was updated successfully, but these errors were encountered:
Actual Description
book/en-us/07-Chapter 07 Parallelism and Concurrency.md
Expected Description
I'm a novice in the C++ memory order, but it seems not reasonable to use but while saying worse. And in my point of view, maybe
compare_exchange_strong
can be more controllable thancompare_exchange_weak
.The text was updated successfully, but these errors were encountered: