hnswlib-jna-example

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.

Лицензия

Лицензия

Категории

Категории

JNA Инструменты разработки Native Search Прикладные библиотеки
Группа

Группа

com.stepstone.search.hnswlib.jna.example
Идентификатор

Идентификатор

hnswlib-jna-example
Последняя версия

Последняя версия

1.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

hnswlib-jna-example
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.
Система контроля версий

Система контроля версий

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

Скачать hnswlib-jna-example

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.stepstone.search.hnswlib.jna : hnswlib-jna jar 1.4.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1