Skip to content

Tags: simongog/sdsl-lite

Tags

v2.1.1

Toggle v2.1.1's commit message
Update CMakeLists.txt

v2.1

Toggle v2.1's commit message
Merge pull request #319 from simongog/address318

#318: Added warning if git is not installed

v2.0.3

Toggle v2.0.3's commit message
Merge pull request #199 from simongog/k2_treap

Add K^2-Treap Implementation

v2.0.2

Toggle v2.0.2's commit message
Merge pull request #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 #116 from xosh/feature_wt

Feature wt

v2.0.0-RC

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

Tutorial

C++11v1

Toggle C++11v1's commit message
Merge pull request #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.