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 Best compression #404

Merged
merged 7 commits into from
Aug 2, 2021
Merged

zstd: Improve Best compression #404

merged 7 commits into from
Aug 2, 2021

Commits on Jul 5, 2021

  1. zstd: Improve Best compression

    Compare expected literal encoding to predefined table code side and increase long table size.
    klauspost committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    58dfa23 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    a39760a View commit details
    Browse the repository at this point in the history
  2. Remove println

    klauspost committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    ad2b9e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e33f8ea View commit details
    Browse the repository at this point in the history
  4. Skip more on race test

    klauspost committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5ff226b View commit details
    Browse the repository at this point in the history
  5. Reduce more memory.

    klauspost committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    8cd4421 View commit details
    Browse the repository at this point in the history
  6. Update benchmarks

    klauspost committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4941f85 View commit details
    Browse the repository at this point in the history