Java performance : the definitive guide /
Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its perfo...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
2014.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Introduction
- 2. An approach to performance testing
- 3. A Java performance toolbox
- 4. Working with the JIT compiler
- 5. An introduction to garbage collection
- 6. Garbage collection algorithms
- 7. Heap memory best practices
- 8. Native memory best practices
- 9. Threading and synchronization performance
- 10. Java enterprise edition performance
- 11. Database performance best practices
- 12. Java SE API tips
- A. Summary of tuning flags.