Hacker News new | ask | show | jobs
by chc4 669 days ago
"Is Parallel Programming Hard, And, If So, What Can You Do About It?" is one of the best books about atomics and concurrency, and my #2 recommendation. https://mirrors.edge.kernel.org/pub/linux/kernel/people/paul...

My #1 actually isn't a book at all, but the two "atomic Weapons" talks by Herb Sutter, which are extremely good. https://youtu.be/A8eCGOqgvH4 https://youtu.be/KeLBd2EJLOU

1 comments

In the not-a-book section I'm going to plug my series of six articles on LWN.net: https://lwn.net/Articles/844224/

Most of the content is not too specific to Linux, much like this book is not too specific to Rust.