Book Image

Java High Performance [Video]

By : Tomasz Lelek
Book Image

Java High Performance [Video]

By: Tomasz Lelek

Overview of this book

<p>Java 12 comes with a host of new features and APIs with lots of ready-to-use components to help you build efficient and scalable applications. You will leverage JFR (Java Flight Recorder) to test the performance of your applications and learn about general Java performance practices and improvements introduced in Java 12. </p><p> </p><p>In this hands-on course, you will build a data-processing application and improve its performance in every section as you progress through the course. You will use the AOT compiler and JShell to prototype your Java code. Moving on, you will be introduced to multithreading and will learn about concurrent programming to build highly concurrent and efficient applications. </p><p> </p><p>By the end of the course, you will be able to build high-performance and efficient applications optimized in various aspects of Java. </p><p> </p><p>The code bundle for this course is available at https://github.com/PacktPublishing/Java-High-Performance</p>
Table of Contents (6 chapters)
Chapter 3
Using High-Performance Collections to Optimize Memory and CPU
Content Locked
Section 1
Measuring the Performance of Primitive Arrays
In this video, we will measure performance of primitive arrays.