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

flate: Improve entropy compression #461

Merged
merged 5 commits into from
Dec 28, 2021
Merged

Commits on Dec 21, 2021

  1. flate: Use predefined tables for huffman coding

    Even though they are rarely a benefit check for size of predefined tables.
    
    Minor tweaks, biggest being bigger number of tokens.
    klauspost committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9fa7d4b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    94fbdd8 View commit details
    Browse the repository at this point in the history
  2. Reset maxtokens

    klauspost committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    93e360c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Index while skipping.

    klauspost committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    21cdfe6 View commit details
    Browse the repository at this point in the history
  2. Increase level 7 speed.

    klauspost committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f6b442e View commit details
    Browse the repository at this point in the history