LockFreeQueue
LockFreeQueue copied to clipboard
A lock-free multi-producer multi-consumer ring buffer FIFO queue.
Results
2
LockFreeQueue issues
Sort by
recently updated
recently updated
newest added
Hi, It's like I found a treasure. but when I read you c++ code, one question confused me. The [mpmc_bounded_queue::size](https://github.com/craflin/LockFreeQueue/blob/master/mpmc_bounded_queue.h#L54) method calculate the size of enqueued nodes by acquire-relaxed memory...
Hello! Reporting this issue for the public here was on my backlog for ages, so here it is. A while back I noticed a bunch of crashdumps on Android, where...