SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Classes | |
class | sdsl::enc_vector< Coder, SampleDens, fixedIntWidth > |
A generic immutable space-saving vector class for unsigned integers. It encodes each integer with its self-delimiting code and still provides constant time access. More... | |
class | sdsl::enc_vector_dna< SampleDens, fixedIntWidth > |
An immutable space-saving vector class for unsigned positiv integers of the psi-values of dna data. More... | |
class | sdsl::int_vector< fixedIntWidth, size_type_class > |
A generic vector class for integers of width . More... |