| Name | ID |
|---|---|
| Vasileios Roussos | 1115200700224 |
| Dimakakos Panagiotis | 1115202000268 |
| Orfanakou Phoebe | 1115202000156 |
This project implements the Filtered Vamana algorithm, designed for efficient k-nearest neighbor (k-NN) filtered search in high-dimensional data spaces.
git clone --recursive <repository_url>
git submodule update --init --recursive
git pull --rebase git submodule update --recursive
make
make run
make run-generator
make test-build
make test-run
make clean
The following files used for ground truth (GT) generation have been adapted from the SIGMOD 2024 Contest:
GtGenerator.cppDistance.hIo.hThreadPool.hUtils.h