Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 606 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 606 Bytes

poster

Intro

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.

Install and Run

  • 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