Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java High Performance [Video]

This is the code repository for Java High Performance [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

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.

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.

By the end of the course, you will be able to build high-performance and efficient applications optimized in various aspects of Java.

What You Will Learn

  • Validate the high performance of your algorithms using the JMH tool implementation
  • Use java.util.concurrent primitives effectively in a multi-threaded environment
  • Optimize your day-to-day programs by applying performant computations
  • Use the AOT Compiler to improve performance
  • Use JShell to reduce feedback loops and prototype code more rapidly
  • Use the Java Flight Recorder to validate the performance of your applications
  • Write non-blocking algorithms using the CompareAndSet pattern
  • Perform I/O operations in a memory- and CPU-efficient way

Technical Requirements

This course has the following software requirements:
For successful completion of this course, students will require the computer systems with at least the following:
• IntelliJ IDEA
• Java JDK 8 or later



Recommended Hardware Requirements:

For an optimal experience with hands-on labs and other practical activities, we recommend the following configuration:
• OS: Windows, MacOSX
• Processor: Intel or compatible
• Memory: 16 GB RAM
• Storage: 200 MB or more hard disk
• Video Card: 256MB Video Memory



Related Products

About

Java High Performance [Video], published by Packt

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages