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

s2: Improve "better" compression. #635

Merged
merged 12 commits into from Sep 8, 2022
Merged

s2: Improve "better" compression. #635

merged 12 commits into from Sep 8, 2022

Commits on Jun 15, 2022

  1. s2: Add repeat checks to better mode

    Improves compression ~0.1% at ~10% speed cost. Seems too little to keep.
    
    More benchmarking needed.
    klauspost committed Jun 15, 2022
    Copy the full SHA
    cf04d61 View commit details
    Browse the repository at this point in the history
  2. Generate with 1.17

    klauspost committed Jun 15, 2022
    Copy the full SHA
    14fe462 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Copy the full SHA
    d5b9b97 View commit details
    Browse the repository at this point in the history
  2. s2: Improve compression on better

    Use bigger long match table and check candidates at different lengths.
    klauspost committed Jun 20, 2022
    Copy the full SHA
    20f1d1e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. s2: Hash in matches

    (asm missing)
    klauspost committed Jun 29, 2022
    Copy the full SHA
    c330a55 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Copy the full SHA
    eab529f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d66b94a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Copy the full SHA
    3efca43 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Copy the full SHA
    92e90e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8230d2e View commit details
    Browse the repository at this point in the history
  3. Merge branch 's2-better-hash-between' of github.com:klauspost/compres…

    …s into s2-better-hash-between
    klauspost committed Sep 8, 2022
    Copy the full SHA
    b0e9efa View commit details
    Browse the repository at this point in the history
  4. Update golden

    klauspost committed Sep 8, 2022
    Copy the full SHA
    27954d2 View commit details
    Browse the repository at this point in the history