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" an
Java Performance Tuning
โ Scribed by Shirazi, Jack
- Publisher
- O'Reilly
- Year
- 2000
- Tongue
- English
- Leaves
- 318
- Edition
- 1st ed
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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
๐ SIMILAR VOLUMES
Provides guidance on eliminating all types of performance problems in Java, using reality-based examples to work through the tuning process in detail. Covers how to minimize object creation, replace strings with arrays, and other tricks that can greatly improve code performance. Also provides guidan
Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Pe
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
Performance has been an important issue for Java developers ever since the first version hit the streets. Over the years, Java performance has improved dramatically, but tuning is essential to get the best results, especially for J2EE applications. You can never have code that runs too fast. Java Pe