pub unsafe extern "C" fn FSE_optimalTableLog(
maxTableLog: c_uint,
srcSize: usize,
maxSymbolValue: c_uint,
) -> c_uintExpand description
FSE_optimalTableLog(): dynamically downsize ‘tableLog’ when conditions are met. It saves CPU time, by using smaller tables, while preserving or even improving compression ratio. @return : recommended tableLog (necessarily <= ‘maxTableLog’)