Cantitate/Preț
Produs

Jvm Performance Engineering

Autor Monica Beckwith
en Limba Engleză Paperback – 18 feb 2022
Java SE 9 by Example teaches experienced programmers exactly how to take full advantage of Java SE 9's major, long-awaited improvements. Java Champion Monica Beckwith relies on extensive sample code reflecting real-world use cases to illustrate Java SE 9's key features and functions, and demonstrate the benefits of utilizing them.Beckwith shows how Java's new module system ("Project Jigsaw") enables working developers to build solutions that scale easily from tiny devices to large and complex libraries; are more secure and maintainable; and deliver exceptional performance. She reviews Java SE 9 changes in areas ranging from data types and packages to classes and interfaces, showing how to make the most of Java's new tools and facilities. For example, you'll learn how to:
  • Create, compile and write microbenchmarks using the JMH
  • Create, compile and write a modular jar
  • Take advantage of Java's new logging interface
  • Take full advantage of the new default GC (garbage collection)
  • Use sjavac, segmented code caches, and contended or uncontended object monitors
  • And much more
If you're moving to Java SE 9 -- or want to know why you should -- Java SE 9 by Example is the book you've been waiting for.
Citește tot Restrânge

Preț: 28862 lei

Preț vechi: 36077 lei
-20% Nou

Puncte Express: 433

Preț estimativ în valută:
5107 5949$ 4459£

Carte disponibilă

Livrare economică 27 decembrie 25 - 10 ianuarie 26

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780134659879
ISBN-10: 0134659872
Pagini: 400
Dimensiuni: 175 x 228 x 22 mm
Greutate: 0.66 kg
Editura: Pearson Education

Cuprins

1. The Performance Evolution of Java: The Language and the Virtual Machine
2. Performance Implications of Java's Type System Evolution
3. From Monolithic to Modular Java: A Retrospective and Ongoing Evolution
4. The Unified Java Virtual Machine Logging Interface
5. End-to-End Java Performance Optimization: Engineering Techniques and Micro-Benchmarking with JMH
6. Advanced Memory Management and Garbage Collection in OpenJDK
7. Runtime Performance Optimizations: A Focus on Strings and Locks
8. Accelerating Java Application Startup with OpenJDK

Notă biografică

Monica Beckwith (Austin, TX Area) is a Java Champion and JavaOne Rock Star who has made significant performance contributions to the Java HotSpot VM. Prior to joining Microsoft as Senior Performance Engineer, she served as JVM Performance Architect at Arm, and led Oracle's Garbage First Garbage Collector performance team. She is co-author of Java Performance Companion.