Hacker News
- Lock-free synchronization algorithms, scalability-oriented architecture, multicore design patterns, high-performance computing, threading technologies and libraries, message-passing systems and related topics mostly in the context of C/C++ http://www.1024cores.net/ 6 comments cpp
- All about lock-free, wait-free, obstruction-free, atomic-free synchronization algorithms and data structures... http://www.1024cores.net 43 comments programming
Linking pages
- An Introduction to Lock-Free Programming http://preshing.com/20120612/an-introduction-to-lock-free-programming 115 comments
- Fear and Loathing in Lock-Free Programming | by Tyler Neely | Medium https://medium.com/@tylerneely/fear-and-loathing-in-lock-free-programming-7158b1cdd50c 42 comments
- Ode to a Vyukov Queue - int08h https://int08h.com/post/ode-to-a-vyukov-queue/ 30 comments
- BuzzwordBusters: What Does Lock-Free, Wait-Free Really Mean? https://puzpuzpuz.dev/buzzwordbusters-what-does-lock-free-wait-free-really-mean 12 comments
- Lock-free Data Structures. The Inside. RCU http://kukuruku.co/hub/cpp/lock-free-data-structures-the-inside-rcu 4 comments
- GitHub - taskflow/awesome-parallel-computing: A curated list of awesome parallel computing resources https://github.com/tsung-wei-huang/awesome-parallel-computing 3 comments
- GitHub - golang-design/history: 📝 Go: A Documentary | https://golang.design/history https://github.com/golang-design/history 2 comments
- GitHub - rigtorp/awesome-lockfree: A collection of resources on wait-free and lock-free programming https://github.com/rigtorp/awesome-lockfree 0 comments
- GitHub - khizmax/libcds: A C++ library of Concurrent Data Structures https://github.com/khizmax/libcds 0 comments
Would you like to stay up to date with C & C++? Checkout C & C++ Weekly.