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: Add WithLowerEncoderMem #336

Merged
merged 4 commits into from
Mar 19, 2021
Merged

zstd: Add WithLowerEncoderMem #336

merged 4 commits into from
Mar 19, 2021

Commits on Mar 18, 2021

  1. zstd: Add WithLowerEncoderMem

    Add option to trade off speed with lower memory usage.
    
    Extend tests.
    klauspost committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    ac1927e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Reduce more encoder allocs.

    klauspost committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4b68ef1 View commit details
    Browse the repository at this point in the history
  2. Remove wrong comment

    klauspost committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    abd83a5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into zstd-lowmem-enc-option

    # Conflicts:
    #	zstd/encoder_test.go
    klauspost committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    7f90d8d View commit details
    Browse the repository at this point in the history