Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 822 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 822 Bytes

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