Show HN: Simple Lock-Free Queue in C(github.com) |
Show HN: Simple Lock-Free Queue in C(github.com) |
https://www.cs.rochester.edu/research/synchronization/pseudo... http://dl.acm.org/citation.cfm?id=248106 https://www.research.ibm.com/people/m/michael/podc-1996.pdf
also see the Concurrent Data Structures (CDS) library https://github.com/khizmax/libcds
I recommend he uses: "Scalable Lock-Free Dynamic Memory Allocation" by Maged M. Michael
Incidentally, this is one of the guys who came up with the lock-free queue algorithm he uses.