Skip to content

Files

Latest commit

a4e0d57 · Mar 6, 2025

History

History

hnswlib-core-jdk17

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2025
Mar 6, 2025

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.hnswlib.core.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