mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
ZSTD_getPrice() and ZSTD_updatePrice() accept normal matchlength as argument instead of matchlength-MINMATCH, which makes them easier / more logical to use and read. Conversion is simply done internally.