Limit this search to....

Advanced Java Optimization Techniques
Contributor(s): Arnold, Jason (Author)
ISBN: 1495467759     ISBN-13: 9781495467752
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $18.99  
Product Type: Paperback
Published: March 2014
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - Java
Physical Information: 0.2" H x 7.44" W x 9.69" (0.41 lbs) 96 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Advanced Java Optimization Techniques picks up where standard Java performance tuning recommendation leave off. The optimization methods described in this book are a direct result of the author's personal (and painful) struggles with writing extremely high performance Java code. The book is divided into four section: improving I/O efficiency, reducing memory usage, getting better concurrency, and improving code efficiency. Many pages of valuable code are provided for your reuse. Most optimizations come with before/after code and show actual elapsed time improvements.