Newbetuts
.
New posts in lock-free
Portable Compare And Swap (atomic operations) C/C++ library?
c++
c
multithreading
portability
lock-free
Lock-free swap of two unique_ptr<T>
c++
c++11
unique-ptr
lock-free
atomic-swap
Dependent loads reordering in CPU
synchronization
locking
cpu-architecture
lock-free
memory-barriers
Do lock-free algorithms really perform better than their lock-full counterparts?
multithreading
synchronization
lock-free
Using Boost.Lockfree queue is slower than using mutexes
c++
multithreading
performance
boost
lock-free
Why does a std::atomic store with sequential consistency use XCHG?
c++
assembly
x86
lock-free
stdatomic
Is there any compiler barrier which is equal to asm("" ::: "memory") in C++11?
c++
c++11
atomic
lock-free
memory-barriers
Acquire/release semantics with non-temporal stores on x64
c++
multithreading
x86-64
lock-free
stdatomic
Circular lock-free buffer
c++
algorithm
multithreading
concurrency
lock-free
Is there a production ready lock-free queue or hash implementation in C++ [closed]
c++
stl
lock-free
Lock-free multi-threading is for real threading experts
c#
.net
multithreading
lock-free
atomic operation cost
performance
atomic
cpu-architecture
lock-free
Lock-free Progress Guarantees
c++
multithreading
algorithm
concurrency
lock-free
Is x86 CMPXCHG atomic, if so why does it need LOCK?
concurrency
x86
atomic
lock-free
compare-and-swap
How can I implement ABA counter with c++11 CAS?
c++
multithreading
lock-free
lockless
aba
Prev