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

Software pipeline for ZSTD_compressBlock_fast_dictMatchState (+5-6% compression speed) #3086

Merged
merged 10 commits into from
Mar 17, 2022

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    bd4b2c0 View commit details
    Browse the repository at this point in the history
  2. ip0/ip1 pipeline

    embg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    744f7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef1949f View commit details
    Browse the repository at this point in the history
  4. Remove L1 prefetch

    embg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c0a306b View commit details
    Browse the repository at this point in the history
  5. Remove L2 prefetching

    embg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6f6de06 View commit details
    Browse the repository at this point in the history
  6. Reduce # of gotos

    embg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    ced6f72 View commit details
    Browse the repository at this point in the history
  7. Cosmetic fixes

    embg committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    af68080 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Check final position sometimes

    embg committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6cba817 View commit details
    Browse the repository at this point in the history
  2. Track step size as in bc768bc

    embg committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    b4f9a3f View commit details
    Browse the repository at this point in the history
  3. Fix nits

    embg committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    201f0e2 View commit details
    Browse the repository at this point in the history