Skip to content

beling/benchmark-succinct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The program (by Piotr Beling) for benchmarking the succinct data structures contained in the SDSL2 library.

It mimics (by the way it draws data, measures time, etc.) the cseq_benchmark program included in BSuccinct. Consequently, the results obtained by the two programs can be compared.

The program can be built using CMake. Its release version can be built as follows:

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

Notes:

  • release compilation type enables optimizations native to the CPU used for compilation,
  • the software and instructions have been tested under GNU/Linux and may require some modifications for other systems.

About

Benchmark of succinct data structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors