Live data from Hacker News

Ask HN: Best book to learn about the JVM?

news.ycombinator.com

1–4 of 4 posts

Ask HN: Best book to learn about the JVM?

#1
I want to learn more about garbage collection tuning, common bottlenecks, how to use threads properly, the underlying implementation of the JVM and how it affects performance. I write mostly Clojure and some Java, trying to increase throughput of APIs. Looking for a more systematic learning method than trial and error through endless load tests.