Skip to content

🧪 Benchmarking suite for Range Minimum Query algorithms

Notifications You must be signed in to change notification settings

FilippoLari/RMQ-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🧪 Benchmarking suite for Range Minimum Query algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published