Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Java High Performance

    Posted By: IrGens
    Java High Performance

    Java High Performance
    .MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 2h 7m | 524 MB
    Instructor: Tomasz Lelek

    Measure and Improve performance of your Java codebase using most efficient API constructs

    Learn

    • Validate the high performance of your algorithms using the JMH tool
    • 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

    About

    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.

    Style and Approach

    A guide to improving the performance of Java applications. You will build a Java application and improve its performance in every section of the course. Every section focuses on a different high-performance aspect.

    Features

    • A practical guide to learning the most important aspects of developing high-performance applications in Java
    • Leverage the most powerful java.util.concurrent construct to create concurrent multi-threaded programs.
    • Measure and improve the performance of your existing Java codebase.


    Java High Performance