Concurrent data structure: Difference between revisions

Content deleted Content added
Further readings: * Mark Moir and Nir Shavit [http://www.cs.tau.ac.il/~shanir/concurrent-data-structures.pdf Concurrent data structure]
External links: better external links
Line 130:
 
==External links==
* [http://www.ibm.com/developerworks/aix/library/au-multithreaded_structures1/index.html Multithreaded data structures for parallel computing, Part 1] (Designing concurrent data structures) by Arpan Sen
* [http://www.jcp.org/en/jsr/detail?id=166 JSR 166: Concurrency Utilities][http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html intro page]
* [http://www.ibm.com/developerworks/aix/library/au-multithreaded_structures2/index.html Multithreaded data structures for parallel computing: Part 2] (Designing concurrent data structures without mutexes) by Arpan Sen
 
{{DEFAULTSORT:Concurrent Data Structure}}