Activity
change link to unipept-libsais to https
change link to unipept-libsais to https
adapt tests to pass text not as reference
adapt tests to pass text not as reference
take ownership of text when bitpacking, don't keep both texts in memory
take ownership of text when bitpacking, don't keep both texts in memory
set max sparseness to 5
set max sparseness to 5
keep bitpacked text owned before use
keep bitpacked text owned before use
allow sparseness 6 for libsais
allow sparseness 6 for libsais
run clippy
run clippy
Force push
add comments + do not bitpack text sparseness is 1
add comments + do not bitpack text sparseness is 1
add support for 8-bit libsais text
add support for 8-bit libsais text
allow all sparseness factors
allow all sparseness factors
bugfix: check if libsais_sparseness big enough
bugfix: check if libsais_sparseness big enough
set max alfabet size to 2^28
set max alfabet size to 2^28
support for sparseness factor up to 6
support for sparseness factor up to 6
use adapted libsais library
use adapted libsais library
bugfix shift overflow
bugfix shift overflow
remove unused import
remove unused import
remove debug code
remove debug code
fixed tests for libsais with bitpacking
fixed tests for libsais with bitpacking
use global variable for bits_per_char
use global variable for bits_per_char
Fixed tests because of added symbols
Fixed tests because of added symbols