This is an implementation of FITing-Tree written in C++. For the original SIGMOD '19 paper, see FITing-Tree: A Data-aware Index Structure.
- git clone this project and execute
mkdir build
in it - enter the build directory and execute
cmake -DCMAKE\_BUILD\_TYPE=Release ..
,make -j
- back to the root directory of the project and execute
chmod +x ./exp.sh
,./exp.sh
- wait for the program to produce the experimental results