qthreads
qthreads copied to clipboard
Performance comparison of x86_64 atomics
Comparison of synchronization primitives on x86_64 for these 3 cases:
- pthread mutex
- compiler built-ins
- custom assembly
@olivier-snl @janciesko have we decided to abandon the pursuit of this comparison for now?