Package net.jrodolfo.java_evolution.java25.vector_api


package net.jrodolfo.java_evolution.java25.vector_api
Demonstrates Java 25 Vector API concepts as an executable learning module.

The Vector API is still incubating in Java 25 and requires the jdk.incubator.vector module. See the package README for the detailed scalar, vector, lane, SIMD, and child-process incubator-module explanation.