Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 423 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 423 Bytes

Benchmark setup

git clone https://github.com/FilippoLari/RMQ-experiments
cd RMQ-experiments
git submodule init
git submodule --update --force

Build FL-RMQ, Succinct and sdsl-lite separately.

mkdir build
cd build
cmake ..
make -j8

Generating the datasets

Use generator to generate the artificial datasets.

Running the benchmark

Use the script run_experiments.sh to run the benchmark.