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

Add dictionary builder #853

Merged
merged 7 commits into from
Aug 29, 2023
Merged

Add dictionary builder #853

merged 7 commits into from
Aug 29, 2023

Commits on Aug 17, 2023

  1. WIP: Add dictionary builder

    Functional and ok, but has failure modes.
    klauspost committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ff10202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbdb94e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ca482f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Try more huffman tables before bailing out.

    Add "lazy" matching. Should probably be a skipping attempt instead.
    klauspost committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    523fb7a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Rewrite zstd offsets

    Group output and use offset as secondary.
    Add step back for long hashes.
    klauspost committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ed11654 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    9663333 View commit details
    Browse the repository at this point in the history
  2. Final tweaks

    klauspost committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5b71795 View commit details
    Browse the repository at this point in the history