Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 557 Bytes

File metadata and controls

executable file
·
16 lines (12 loc) · 557 Bytes

BitPart

This repo contains the reference implementation of BitPart, a novel exact search mechanism intended for use in high-dimensional spaces.

Java CI with Maven javadoc

Usage via maven

<dependency>
    <groupId>com.github.aldearle</groupId>
    <artifactId>bitpart</artifactId>
    <version>1.0.2</version>
</dependency>