Hacker News new | ask | show | jobs
by camelspade 3622 days ago
If you are more interested, Appendix C of "Is Parallel Programming Hard, And, If So, What Can You Do About It?" by Paul McKenney (http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/p...) provides a very detailed description as well. It really helped improve my understanding of how memory barriers and atomics work
1 comments

Thanks! :) Gonna add this to the list of books I need to read.