Concurrent data structure: Difference between revisions

Content deleted Content added
fix spelling mistake: librairies → libraries
Line 141:
* [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
* [http://libcds.sourceforge.net/ libcds] - C++ library of lock-free containers and safe memory reclamation schema
* [https://sites.google.com/site/synchrobench/ Synchrobench] - C/C++ and Java librairieslibraries and benchmarks of lock-free, lock-based, TM-based and RCU/COW-based data structures.
 
{{DEFAULTSORT:Concurrent Data Structure}}