无锁数据结构

C++ 的无锁数据结构在工业界有真正的应用吗?
来自  

Boost无锁队列分析与实现
来自  


http://www.stroustrup.com/lock-free-vector.pdf

http://db.in.tum.de/~leis/papers/morsels.pdf

http://db.disi.unitn.eu/pages/VLDBProgram/pdf/industry/p773-barber.pdf

https://pdfs.semanticscholar.org/c21e/e5b6235ac0f9223990714c3b0e0f6761f3f7.pdf
http://www.siat.cas.cn/xscbw/xsqk/200906/W020091127490148897561.pdf

Herb Sutter谈论C++无锁编程
来自  

无锁编程简介
http://www.valleytalk.org/wp-content/uploads/2011/07/lock-free-intro1.pdf
[LockFree之美] 使用Hazard Version实现的无锁Stack与Queue

来自  



无锁数据结构(1):简介
来自  


无锁的数据结构(Lock-Free)及CAS(Compare-and-Swap)机制
来自  

你可能感兴趣的:(无锁数据结构)