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

compress:check more bytes to reduce ZSTD_count call #3199

Merged
merged 1 commit into from
Sep 19, 2022

Commits on Sep 18, 2022

  1. 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 <jun.he@arm.com>
    Change-Id: I3449ea423d5c8e8344f75341f19a2d1643c703f6
    JunHe77 committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ce52acd View commit details
    Browse the repository at this point in the history