| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hnswlib-jna-example-1.4.2.pom | |
| hnswlib-jna-example-1.4.2.jar | 5 KB |
| hnswlib-jna-example-1.4.2-sources.jar | 2 KB |
| hnswlib-jna-example-1.4.2-javadoc.jar | 23 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.stepstone.search.hnswlib.jna : hnswlib-jna | jar | 1.4.2 |