Concurrent data structure: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: publisher, date, authors 1-1. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Distributed data structures | #UCB_Category 9/9
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for SourceForge
 
Line 137:
* [https://web.archive.org/web/20160303215946/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
* [https://web.archive.org/web/20160304000118/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
* [httphttps://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 libraries and benchmarks of lock-free, lock-based, TM-based and RCU/COW-based data structures.
{{Concurrent computing}}