This is the code for the following paper:
- Robust and Scalable Content-and-Structure Indexing
- Kevin Wellenzohn, Michael Böhlen, Sven Helmer, Antoine Pietri, Stefano Zacchiroli
The code is written in C++17. You need
- A C++17 compliant compiler
- CMake
Compiling in RELEASE mode turns on optimizations:
mkdir release
cd release
cmake .. -DCMAKE_BUILD_TYPE=Release
make
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make
The four datasets included in the paper can be downloaded here: