Skip to content

Files

Latest commit

c563566 · Sep 24, 2020

History

History
13 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 224 Bytes

fast_ann

Implementation of distributed, approximate k-Nearest Neighbors Search using HNSW and vantage point trees.

Building

mkdir build

cd build

cmake .. && make

Code samples can be found in experiments/.