Skip to content

k13n/scalable_rcas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robust and Scalable Content-and-Structure Indexing

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

Compilation

The code is written in C++17. You need

  • A C++17 compliant compiler
  • CMake

Compiling in RELEASE Mode:

Compiling in RELEASE mode turns on optimizations:

mkdir release
cd release
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Compiling in DEBUG Mode:

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make

Datasets

The four datasets included in the paper can be downloaded here:

About

Scalable RCAS+ Index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages