Vector API for Java: Overview, Implementation, and Design Challenges
Offered By: Java via YouTube
Course Description
Overview
Explore the Vector API for Java in this 46-minute conference talk. Dive into the project's goals, terminology, and motivation behind this new abstraction for vectors in Java. Learn about code snippets as a substrate, primitive implementation, and machine instruction binding. Examine the API structure, including fully realized expressiveness and higher-order components. Discover how to construct kernels using the Vector API and understand the challenges faced in creating an idiomatic design. Gain insights into statically typed wrappers, expression binding to method handles, and the concept of an embedded domain-specific language (EDSL). Compare the approach with expression trees and get a glimpse of ongoing work in this exciting area of Java development.
Syllabus
Intro
Overview
Introduction: Vector API Project Team
Terminology
Motivation
Project Goals
CodeSnippets as a Substrate
Implementing a Primitive
Binding to Machine Instruction
Checked Invocation
A Small Example
Generating C2 Code
Java Needs an Abstraction for Vectors
Structure of the API
Fully Realized Expressiveness
Kernel with Vector API
Higher Order Components
Kernel Construction
Statically Typed Wrappers
Quick Thoughts....
Expressions Bind to Method Handles.
Baby's First EDSL
Why Not Just Expression Trees?
Challenges to an Idiomatic Design
Continuing Work
Taught by
Java
Related Courses
Algorithms, Part IPrinceton University via Coursera Introduction à la programmation orientée objet (en Java)
École Polytechnique Fédérale de Lausanne via Coursera MongoDB for Java Developers
MongoDB University Initiation à la programmation (en Java)
École Polytechnique Fédérale de Lausanne via Coursera Intro to Java Programming
San Jose State University via Udacity