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

deflate: Move advanced compression state #107

Merged
merged 3 commits into from
Jun 5, 2019
Merged

Commits on Jun 1, 2019

  1. Move advanced compression state

    Only allocate advanced compression state when actually needed.
    
    This will reduce upfront allocations for levels < 5 significantly.
    klauspost committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    bcfe07b View commit details
    Browse the repository at this point in the history
  2. Add memory benchmark

    klauspost committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    385a4d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Merge branch 'master' into leaner-interface-pt2

    # Conflicts:
    #	compressible_test.go
    klauspost committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    a76fe6f View commit details
    Browse the repository at this point in the history