Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Java Performance Tuning

Posted By: darian42633
Java Performance Tuning

Size: 1.64mb

Download is in .rar format, the book is in .pdf

Password: www.wareznet.net

http://rapidshare.com/files/48...forma__–_o_reillyces.rar

Java Performance Tuning


Publisher: O'Reilly; 1 edition (January 15, 2000)

Pages: 436

ISBN: 0596000154

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 to:

* Create and plan a tuning strategy
* Avoid performance penalties from inefficient code
* Minimize the number of objects a program creates
* Improve the behavior of loops and switches
* Use threads effectively