You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.