Skip to content

OpenDataBox/Disk-ANN-Evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk-ANN-Evaluation

This repository contains the experimental codebase and evaluation scripts for our comprehensive study on disk-resident graph-based approximate nearest neighbor (ANN) search methods.

Repository Structure

This repository includes implementations and evaluation scripts for the following disk-resident ANN systems:

Getting Started

Prerequisites

Each system has its own dependencies. Please refer to the individual README files in each subdirectory for specific requirements. Common dependencies include:

  • CMake (v3.15+)
  • C++ compiler (g++ or clang)
  • Intel MKL
  • Boost libraries
  • libaio-dev (Linux)
  • liburing-dev (for AiSAQ)

Building

Please refer to the README file in each system's directory for specific build instructions:

Running Experiments

Detailed instructions for reproducing the experiments can be found in each system's documentation. Each system provides scripts and configuration files for running benchmarks and evaluations.

License

Each system in this repository retains its original license:

  • AiSAQ: MIT License (Copyright Microsoft Corporation)
  • FreshDiskANN: MIT License (Copyright Cong Fu, Changxu Wang, Deng Cai)
  • Gorgeous: MIT License (Copyright Microsoft Corporation)
  • PageANN: MIT License (Copyright Microsoft Corporation & Dingyi Kang)
  • PipeANN: MIT License (Copyright Hao Guo)

Please refer to the LICENSE file in each subdirectory for full license text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors