Hi,

Here is the queue:

https://github.com/pramalhe/ConcurrencyFreaks/blob/master/papers/crturnqueue-2016.pdf
http://concurrencyfreaks.blogspot.de/2016/10/crturn-queue-first-mpmc-memory.html
https://github.com/pramalhe/ConcurrencyFreaks/blob/master/CPP/papers/crturnqueue/include/CRTurnQueue.hpp

The main data structure seems to be exactly as M&S queue, and it is
updated using the same sequence of operations. The novel part is
helping mechanism that ensures that each operation completes in at
most maxThreads steps.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Scalable Synchronization Algorithms" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to lock-free+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/CAEeQi3tSLdsTMLLN-TqfCcXFBAcZqgFPMno4f3%3DLyLRaNG%2BpBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to