Skip to content

Concurrent data structure

1、本章总结Concurrent data structure

2、以data structure作为分类标准,而不是以lock free、lock-based作为分类标准

3、本章收录了一些library、implementation

Wikipedia Concurrent data structure

TODO

drdobbs Andrei Alexandrescu Lock-Free Data Structures

kukuruku: Lock-free Data Structures

stackoverflow Is there a production ready lock-free queue or hash implementation in C++ [closed]

http://amino-cbbs.sourceforge.net/

http://atomic-ptr-plus.sourceforge.net/

http://www.johantorp.com/