Paper on non-blocking concurrent queues

Michael & Scott's paper on non-blocking concurrent queues.  This paper contains a large amount of pseudocode.  Published in Proceedings of the Fifth ACM Symposium on Principles and Practice of Parallel Programming.
This commit is contained in:
chaddcw 2014-03-20 15:10:21 -07:00
parent 274a947526
commit 9c66453a34

View File

@ -1 +1,2 @@
* [Dynamic Hash Tables](http://www.csd.uoc.gr/~hy460/pdf/Dynamic%20Hash%20Tables.pdf) * [Dynamic Hash Tables](http://www.csd.uoc.gr/~hy460/pdf/Dynamic%20Hash%20Tables.pdf)
* [Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithsm](http://www.research.ibm.com/people/m/michael/podc-1996.pdf)