Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compress:check more bytes to reduce ZSTD_count call
Comparing 4B instead of comparing 1B in ZSTD_noDict mode, thus it can avoid cases like match in match[ml] but mismatch in match[ml-3]..match[ml-1]. So the call count of ZSTD_count can be reduced. Signed-off-by: Jun He <[email protected]> Change-Id: I3449ea423d5c8e8344f75341f19a2d1643c703f6
- Loading branch information