Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 310 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 310 Bytes

ANN: Approximate Nearest Neighbors

Copy from https://www.cs.umd.edu/~mount/ANN/

Usage

Using make

git clone https://github.com/long-gong/ANN.git
cd ANN
make

Using 'cmake'

git clone https://github.com/long-gong/ANN.git
cd ANN
mkdir build && cd build
cmake ..
make