by AlexeyAB
Atomic operations and C++11 memory barriers and assembler instructions generated on x86_64 CPUs
by Jason Sultana
In this post, you will see why Threadsafe is not enough
by AlexeyAB
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers
by Alkenso
Smart queue that executes tasks in threadpool-like manner