Prepare optimized and specialized variants of AlphabetEncoding for each input sequence type
slowikj opened this issue · 0 comments
slowikj commented
AlphabetEncoding
as a template instead of a class- Move the responsibility of checking if a sequence element is allowed to
AlphabetEncoding
from the algorithm
(forencode method
: return anotAllowedElementCode
if the input element is invalid) - Each sequence type has custom specialization of
AlphabetEncoding