Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 976 Bytes

GRANN

This repository is a collection of ANNS algorithms to evaluate various metrics such as QPS vs Recall, # distance comparisons vs recall, etc.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

See guidelines for contributing to this project.

Linux build:

Install the following packages through apt-get, and Intel MKL either by downloading the installer or using apt (we tested with build 2019.4-070).

sudo apt install cmake g++ libaio-dev libgoogle-perftools-dev clang-format-4.0 libboost-dev

Build

mkdir build && cd build && cmake .. && make -j