The documentation mentions the constant MAX_NUM_INPUT_BYTES_TO_CONSIDER as the maximum number of bytes which are processed for find_top_n_most_freq_langs, but it seems the variable isn't really used.
Is this intentional just to show the constant as used by CLD3 or is there an issue that this constants isn't used to initialize a buffer?
The documentation mentions the constant
MAX_NUM_INPUT_BYTES_TO_CONSIDER
as the maximum number of bytes which are processed forfind_top_n_most_freq_langs
, but it seems the variable isn't really used.Is this intentional just to show the constant as used by CLD3 or is there an issue that this constants isn't used to initialize a buffer?