Skip to content

Latest commit

 

History

History

hnswlib-core-jdk17

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Maven Central Javadoc

hnswlib-core-jdk17

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