by mitghi on 12/20/15, 1:38 PM with 2 comments
by ahazred8ta on 12/22/15, 4:59 AM
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
by JohnLeTigre on 12/21/15, 9:19 PM
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.