sagitter / sdsl-lite

Succinct Data Structure Library 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDSL v3 - Succinct Data Structure Library

linux status macos status

Main differences to v2

  • header-only library
  • support for serialisation via cereal
  • compatible with C++17, C++20, and C++23

Supported compilers

Other compiler may work, but are not tested within the continuous integration. In general, the latest minor release of each listed major compiler version is supported.

  • GCC 10, 11, 12, 13
  • clang 11, 12, 13, 14

Tests are run with both C++20 and C++23.

Dependencies

As SDSL v3 is header-only, dependencies marked as required only apply to building tests/examples.

cereal can be activated by passing -DSDSL_CEREAL=1 to CMake.

About

Succinct Data Structure Library 3.0

License:Other


Languages

Language:C++ 90.9%Language:TeX 2.6%Language:Makefile 2.3%Language:R 1.8%Language:CMake 1.1%Language:C 0.8%Language:Shell 0.3%Language:GDB 0.1%Language:Python 0.0%Language:Batchfile 0.0%