Skip to content

An implementation of FITing-Tree learned index proposed in SIGMOD '19

License

Notifications You must be signed in to change notification settings

JiananYuan/FITing-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An implementation of FITing-Tree learned index proposed in SIGMOD '19

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published