Skip to content

Tags: rafkt/sdsl-lite

Tags

v2.0.2

Toggle v2.0.2's commit message
Merge pull request simongog#136 from xosh/benchmark_lcp

Benchmark lcp

v2.0.1

Toggle v2.0.1's commit message
New version.

v2.0.0

Toggle v2.0.0's commit message
Merge pull request simongog#116 from xosh/feature_wt

Feature wt

v2.0.0-RC

Toggle v2.0.0-RC's commit message
Merge pull request simongog#111 from simongog/tutorial

Tutorial

C++11v1

Toggle C++11v1's commit message
Merge pull request simongog#42 from mpetri/topk-wt-methods

quantile topk_greedy topk_qprobe intersect added

c++03

Toggle c++03's commit message
Added SA sampling strategy dependent on BWT chars.

Strategy sa_bwt_sampling samples every sa_sample_dens
suffix in text order + all suffixes x=SA[i], with
BWT[i] \in BWT_SAMPLE_CHARS.
BWT_SMAPLE_CHARS is expected to be stored in a
serialized int_vector<> in the cache_config with
key sdsl::constant::KEY_SAMPLE_CHAR.