The Vector API in JDK 17 - Enhancements and Future Directions
Offered By: Java via YouTube
Course Description
Overview
Explore the Vector API in JDK 17 through this 31-minute conference talk presented by Paul Sandoz, Consulting Member of Technical Staff at Oracle. Gain insights into the Vector API's capabilities for expressing data parallel computation and leveraging SIMD hardware on Intel and ARM CPUs. Learn about the API's evolution from Java 16 to Java 17, including key enhancements and future developments. Dive into a practical example of vectorizing Array.hashCode and discover the connections between the Vector API and Project Valhalla. Understand how these innovations are shaping the future of Java programming, with a focus on value types and generics over values.
Syllabus
Intro
Vector API Overview
Vector API Timeline
Vector API Enhancements in JDK 17
Dive-in example - Vectorizing Array.hashCode
Vector API and Project Valhalla
Taught by
Java
Related Courses
Writing Fast Java Code with the Vector API - JEP Café 18Java via YouTube Java 19 Overview - New Features and Improvements
Java via YouTube Moving Java Forward with Java 19
Java via YouTube New in JDK 18: Reviewing Enhancements in the Latest JDK Release
Java via YouTube JDK 17 - The Next Long-Term Support Release Features and Enhancements
Java via YouTube