Java Performance: The Definitive Guide: Getting the Most Out of Your Code

No cover

Scott Oaks: Java Performance: The Definitive Guide: Getting the Most Out of Your Code (2014, O'Reilly Media)

426 pages

Published May 1, 2014 by O'Reilly Media.

ISBN:
978-1-4493-5845-7
Copied ISBN!

View on OpenLibrary

5 stars (1 review)

1 edition

Review of 'Java Performance: The Definitive Guide: Getting the Most Out of Your Code' on 'GoodReads'

5 stars

Ever hear of the Baader-Meinhof Phenomenon? It's the name given for that weird feeling you have when you learn a new word you've never seen before, and then all of a sudden you're seeing it absolutely everywhere. It seems like every e-mail and every TV show is using this word, and you wonder to yourself how you managed to never notice it before, since it's all over the place now? Or maybe you start looking at a new car and researching it, and all of a sudden it seems like everyone on the road is driving that same car?

I had a very similar effect with this book. I've been a Java programmer for over a decade, but never really been terribly concerned with performance, or the internals of the JVM. I try to write good code in terms of using hashmaps and whatnot to do lookups in constant time …