You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- C++11 - the new ISO C++ standard: [http://www.stroustrup.com/C++11FAQ.html](http://www.stroustrup.com/C++11FAQ.html)
4
+
- Common Pitfalls in Writing Lock-Free Algorithms: [http://blog.memsql.com/common-pitfalls-in-writing-lock-free-algorithms/](http://blog.memsql.com/common-pitfalls-in-writing-lock-free-algorithms/)
- Choose Concurrency-Friendly Data Structures: [http://www.drdobbs.com/parallel/choose-concurrency-friendly-data-structu/208801371](http://www.drdobbs.com/parallel/choose-concurrency-friendly-data-structu/208801371)
7
+
- Lock-Free Data Structures: [http://www.drdobbs.com/lock-free-data-structures/184401865](http://www.drdobbs.com/lock-free-data-structures/184401865)
8
+
- Concurrent Programming with Chain Locking: [http://www.drdobbs.com/parallel/concurrent-programming-with-chain-lockin/240149442?pgno=1](http://www.drdobbs.com/parallel/concurrent-programming-with-chain-lockin/240149442?pgno=1)
9
+
- Practical lock-free data structures: [http://www.cl.cam.ac.uk/research/srg/netos/lock-free/](http://www.cl.cam.ac.uk/research/srg/netos/lock-free/)
10
+
- 透过 Linux 内核看无锁编程: [http://www.ibm.com/developerworks/cn/linux/l-cn-lockfree/index.html](http://www.ibm.com/developerworks/cn/linux/l-cn-lockfree/index.html)
0 commit comments