Low-level Concurrency in Practice. This practical book helps Rust programmers of all levels gain a clear understanding of low-level concurrency. You'll learn everything about atomic...
Show More
Mentions
See All
Sebastien Pelletier @sebastien_pel
·
Jun 9, 2023
- Answered to I decided to learn #Rust, do you have any good resources for me?
- From Twitter
[link] by @m_ou_se
Timur Doumler @timur_audio
·
Aug 24, 2023
Best programming book I've read in a while. Biggest takeaway: Chapter 3 explaining how memory ordering works. I always struggled to understand this, even though I had watched multiple talks & read other books on the topic, but thanks to
@m_ou_se
's book it finally clicked!