Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zstd: Improve "better" compresssion #657

Merged
merged 1 commit into from Sep 7, 2022
Merged

zstd: Improve "better" compresssion #657

merged 1 commit into from Sep 7, 2022

Commits on Sep 7, 2022

  1. zstd: Improve "better" compresssion

    Skip 3 bytes when doing end-of-match search.
    
    nyc: 529329260 -> 517666647 bytes
    
    This allows better matches to be picked up further forward, adding up to 3 literals, but giving a better match.
    
    Performance unchanged.
    klauspost committed Sep 7, 2022
    Copy the full SHA
    993c1a6 View commit details
    Browse the repository at this point in the history