Java optimization techniques (IBM developerWorks)
[Posted June 12, 2002 by cook]
A new
guide on Java optimization is available on IBM's developerWorks.
"
Many useful techniques exist for optimizing a Java program. Instead of focusing on one particular technique, this article considers the optimization process as a whole. Authors Erwin Vervaet and Maarten De Cock walk readers through the performance tuning of a puzzle-solving program, applying an assortment of techniques ranging from simple technical tips to more advanced algorithm optimizations. The end result is a spectacular performance increase (more than a million fold) between the first working implementation and the fully optimized solution."
(
Log in to post comments)