Skip to content

SZU-AdvTech-2022/026-FITing-Tree-A-Data-aware-Index-Structure

Repository files navigation

Intro

This is an implementation of FITing-Tree written in C++. For the original SIGMOD '19 paper, see 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 -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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published