lfqueue
lfqueue copied to clipboard
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Any notion how does this perform compared to state of the art ring buffers?
Very good FIFO implementation. Many thanks. Please review the minor changes.
Does lfqueue support ARM?
Hi! I found your code while looking for a lfq implementation in C. Upon reading it, I am having some difficulty in understanding the following function. It appears that you...