Rayfast icon indicating copy to clipboard operation
Rayfast copied to clipboard

Look into java's builtlin Vector API

Open lbirkert opened this issue 2 years ago • 0 comments

If you are going for speed you should look into Java's builtin Vector API (https://docs.oracle.com/en/java/javase/16/docs/api/jdk.incubator.vector/jdk/incubator/vector/FloatVector.html) which supports the SIMD instruction set (Single Instruction, Multiple Data) instead of creating your own vector classes from scratch.

lbirkert avatar Aug 08 '23 17:08 lbirkert