Y Hacker News Books
Java Concurrency in Practice

#1426 of 2,654 all-time

Java Concurrency in Practice

Brian Goetz

5 people recommended it in 4 threads, 2011–2024.

What people on Hacker News said

hodgesrm
The chapter on the Java memory model is the best practical description of how languages map to multi-processor memory models I have ever read.

on HN, 2017

hodgesrm
After reading this book it's easy to understand why concurrency features in other languages are necessary and what they are doing behind the scenes.

on HN, 2017

Cardinal
It has to be Java Concurrency in Practice. Even though it has Java in its name I think every programmer should read this.

on HN, 2011

Tharkun
If you're dealing with any kind of concurrency -- especially in Java -- then it's pretty much a must-read.

on HN, 2017

Tharkun
Its explanation of the Java Memory Model is what got me interested in looking at JVM implementations and related shenanigans.

on HN, 2017

santiagobasulto
His Java Concurrency book was a Bible back in the day (idk if still relevant).

on HN, 2024

Where it comes up