Jump to ratings and reviews
Rate this book

Java Performance Tuning

Rate this book
No matter what language they're programming in, developers always wish things would run faster! Especially when writing mission-critical applications, no one wants to be limited by the programming environment. Java Performance Tuning provides all the details you need to know to "performance tune" any type of Java program and make Java code run significantly faster. Java Performance Tuning contains step-by-step instructions on all aspects of the performance tuning process, right from such early considerations as setting goals, measuring performance, and choosing a compiler. Extensive examples for tuning many parts of an application are described in detail, and any pitfalls are identified. The book also provides performance tuning checklists that enable developers to make their tuning as comprehensive as possible. Java Performance Tuning is a book to help you "roll up your sleeves" and examine your code in detail in order to apply different tuning techniques to produce the best possible result.The book shows you how

450 pages, Paperback

First published January 15, 2000

2 people are currently reading
103 people want to read

About the author

Jack Shirazi

1 book1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
15 (22%)
4 stars
24 (36%)
3 stars
19 (28%)
2 stars
7 (10%)
1 star
1 (1%)
Displaying 1 - 5 of 5 reviews
Profile Image for Vladimir Kameñar.
Author 4 books6 followers
November 2, 2021
Too many people think that there is no need to care about performance because the JVM optimizes the code automatically. That's why there are tons of highly inefficient code. Sometimes, a very simple change can make your code run hundreds or thousands of times faster, saving costs, improving responsiveness. This book is a must read for every Java programmer.
Profile Image for Steve.
79 reviews26 followers
August 5, 2007
I certainly learned a lot about writing faster java code although light on advanced garbage collection techniques. Honestly, learning how to use the garbage collector better did more for the speed of my java code than most of the tricks I learned in here.
Profile Image for Jan.
91 reviews2 followers
March 2, 2012
Every Java coder should have read this. There are too many idiot coders out there. Some of the performance proposals should probably be stayed away from, though... Overall, a good book to teach you some "performance manners"...
88 reviews
August 30, 2011
Very good to understand that main improvement in software, even in java can be done on our code side.
The VM isn't an excuse after reading this book
24 reviews
Read
October 8, 2013
There is a lot out of date but still a lot of good facts that still hold
Displaying 1 - 5 of 5 reviews

Can't find what you're looking for?

Get help and learn more about the design.