Last Version

hnswlib-jna-legacy 1.4.2

This project contains a JNA (Java Native Access) implementation built on top of the native Hnswlib (Hierarchical Navigable Small World Graph) which offers a fast approximate nearest neighbor search. It includes some modifications and simplifications in order to provide Hnswlib features with native like performance to applications written in Java. Differently from the original Python implementation, the multi-thread support is not included in the bindings itself but it can be easily implemented on the Java side.

License

License

Categories

Categories

JNA Development Tools Native Search Business Logic Libraries
GroupId

GroupId

com.stepstone.search.hnswlib.jna
ArtifactId

ArtifactId

hnswlib-jna-legacy
Version

Version

1.4.2
Type

Type

jar
Description

Description

hnswlib-jna-legacy
This project contains a JNA (Java Native Access) implementation built on top of the native Hnswlib (Hierarchical Navigable Small World Graph) which offers a fast approximate nearest neighbor search. It includes some modifications and simplifications in order to provide Hnswlib features with native like performance to applications written in Java. Differently from the original Python implementation, the multi-thread support is not included in the bindings itself but it can be easily implemented on the Java side.
Source Code Management

Source Code Management

https://github.com/stepstone-tech/hnswlib-jna/tree/master/hnswlib-jna-legacy

Download hnswlib-jna-legacy 1.4.2


<!-- https://jarcasting.com/artifacts/com.stepstone.search.hnswlib.jna/hnswlib-jna-legacy/ -->
<dependency>
    <groupId>com.stepstone.search.hnswlib.jna</groupId>
    <artifactId>hnswlib-jna-legacy</artifactId>
    <version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stepstone.search.hnswlib.jna/hnswlib-jna-legacy/
implementation 'com.stepstone.search.hnswlib.jna:hnswlib-jna-legacy:1.4.2'
// https://jarcasting.com/artifacts/com.stepstone.search.hnswlib.jna/hnswlib-jna-legacy/
implementation ("com.stepstone.search.hnswlib.jna:hnswlib-jna-legacy:1.4.2")
'com.stepstone.search.hnswlib.jna:hnswlib-jna-legacy:jar:1.4.2'
<dependency org="com.stepstone.search.hnswlib.jna" name="hnswlib-jna-legacy" rev="1.4.2">
  <artifact name="hnswlib-jna-legacy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stepstone.search.hnswlib.jna', module='hnswlib-jna-legacy', version='1.4.2')
)
libraryDependencies += "com.stepstone.search.hnswlib.jna" % "hnswlib-jna-legacy" % "1.4.2"
[com.stepstone.search.hnswlib.jna/hnswlib-jna-legacy "1.4.2"]

Dependencies

compile (2)

Group / Artifact Type Version
net.java.dev.jna : jna jar 4.2.2
com.stepstone.search.hnswlib.jna : hnswlib-jna Optional jar 1.4.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
com.stepstone.search.hnswlib.jna : hnswlib-jna test-jar 1.4.2

Project Modules

There are no modules declared in this project.