HappyLittleDog / SketchConf

Code corresponding to "SketchConf: A Framework for Automatic Sketch Configuration" published in ICDE 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Code for SketchConf

Build

To build the executable, you need to install flex, bison(at least version 3), clang(at least version 10) first.

Type make in the shell, the project will be automatically built and the executable will be located at exec/exp.

Run

To run the code, you need to download the dataset from https://drive.google.com/file/d/1TR5Cpm9_Kc4DDAgyB3CrNyw4Zi1fwLxE/view?usp=sharing and place the dataset at dataset/data.dat.

Type make test in the shell, the generated executable exec/exp will be executed.

About

Code corresponding to "SketchConf: A Framework for Automatic Sketch Configuration" published in ICDE 2023

License:MIT License


Languages

Language:C++ 97.5%Language:Yacc 1.0%Language:Makefile 0.9%Language:Lex 0.6%Language:C 0.0%