This is an implementation (easy demo) of FITing-Tree written in C++. For the original SIGMOD '19 paper, see also FITing-Tree: A Data-aware Index Structure.
- git clone this project and execute
mkdir build
in it - enter the build directory and execute
cmake ..
,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 experiment results