Jeffrey Wang

Results 1 issues of Jeffrey Wang

JDK 16 introduces the Vector API for SIMD parallelism directly from Java code: https://docs.oracle.com/en/java/javase/16/docs/api/jdk.incubator.vector/jdk/incubator/vector/package-summary.html My understanding is that since the original FastPFOR library takes advantage of SIMD, it should be...