List Question
20 TechQA 2024-03-31T19:54:05.357000Unexpected inter-thread happens-before relationships from relaxed memory ordering
63 views
Asked by Othan4
memory order with multiple stores
93 views
Asked by Roman
std::atomic<int> vs. an aligned-to-native-word int varible, which is better?
166 views
Asked by xmllmx
lock-free queue to count prime numbers in c performance
140 views
Asked by ATB
bounded lock free mcsc queue read invalid value
27 views
Asked by Alex
How does the epoch-based reclamation work step-by-step, specifically, the EBR with 3 epochs in it?
267 views
Asked by Dachuan Huang
In the implemention of urcu-qsbr, is there any mechanism to ensure the thread offline/online is visible to writer-thread?
73 views
Asked by Zhipeng Teng
Minimal memory ordering to ensure functionality and prevent compiler re-ordering in a lock-free non-circular MPSC queue
145 views
Asked by user12655242
Lock free queue from Concurrency in Practice
109 views
Asked by nvn
How to troubleshoot the performance of a multi-threaded algorithm using a lock-free hashset?
39 views
Asked by Manatee Pink
How 'fair' is a Standard C++ atomic_flag in waking up threads from a wait() on a notify_one() call
112 views
Asked by Walter
Issues with Lock-Free Dynamically Resizing Array Implementation
143 views
Asked by Mihai Popescu
Is it still atomic if the desired value of std::atomic<T>::compare_exchange_weak is return of a non-atomic operation?
113 views
Asked by Ekrem Kılıç
Visibility of volatile writes in C#
139 views
Asked by Malt
Generic Volatile.Read to Thread.VolatileRead conversion
49 views
Asked by Rex NFX