Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add minor huf encode / decode performance optimizations
uses likely / unlikely macros to better guide branch predictor, convert some static / local functions from functions to macros to avoid having to take the address of a local variable, preventing register optimizations, and finally guide pointer aliasing to get some speed improvements in the huf encoder / decoder. Signed-off-by: Kimball Thurston <[email protected]>
- Loading branch information