Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klauspost/compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.2
Choose a base ref
...
head repository: klauspost/compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.3
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 22, 2023

  1. Update README.md

    klauspost authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    77a82e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Update go.mod

    klauspost authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dc4151f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fse: Fix max header size (#881)

    In rare cases the FSE may be calculated too small.
    
    Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64014
    
    Replace fuzz corpus with one with better base coverage.
    klauspost authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    847c1b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. zstd: Improve better/best compression (#877)

    * zstd: Improve better/best compression
    
    * Improve filling of hash table.
    * Skip similar checks.
    * Improve bit estimate precision.
    
    0.02 -> 0.3% improvement observed (input -> output size difference - relative is bigger)
    klauspost authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6a59dbb View commit details
    Browse the repository at this point in the history
  2. gzhttp: Fix missing content type on Close (#883)

    If compression had not yet been triggered in Write, be sure to detect content type on Close.
    
    Fixes #882
    klauspost authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    80ba129 View commit details
    Browse the repository at this point in the history
Loading