|
|
Subscribe / Log in / New account

Lockless algorithms for mere mortals

Lockless algorithms for mere mortals

Posted Jul 31, 2020 21:11 UTC (Fri) by itsmycpu (guest, #139639)
In reply to: Lockless algorithms for mere mortals by PaulMcKenney
Parent article: Lockless algorithms for mere mortals

On x86, memory_order_seq_cst is not of practical interest because of the performance impact of the mfence instruction required in the implementation of the store operation.

Maybe it's a thing for college beginner class. ;)


to post comments

Lockless algorithms for mere mortals

Posted Jul 31, 2020 21:27 UTC (Fri) by PaulMcKenney (✭ supporter ✭, #9624) [Link]

Music to my ears! And please don't keep your views secret!!! It is always better when I am not the only one defending non-memory_order_seq_cst atomics. :-)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds