Distance function implementations built on top of the JEP 414 vector api
In most cases these implementations will be faster than their counterparts in com.github.jelmerk.knn.DistanceFunctions
even when auto-vectorization is happening
In order to make use of these functions you need to start your jvm with the following arguments
--enable-preview --add-modules jdk.incubator.vector