-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
70 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ https://github.com/klauspost/compress/pull/919 https://github.com/klauspost/comp | |
* zstd: Various minor improvements by @greatroar in https://github.com/klauspost/compress/pull/788 https://github.com/klauspost/compress/pull/794 https://github.com/klauspost/compress/pull/795 | ||
* s2: Fix huge block overflow https://github.com/klauspost/compress/pull/779 | ||
* s2: Allow CustomEncoder fallback https://github.com/klauspost/compress/pull/780 | ||
* gzhttp: Suppport ResponseWriter Unwrap() in gzhttp handler by @jgimenez in https://github.com/klauspost/compress/pull/799 | ||
* gzhttp: Support ResponseWriter Unwrap() in gzhttp handler by @jgimenez in https://github.com/klauspost/compress/pull/799 | ||
|
||
* Mar 13, 2023 - [v1.16.1](https://github.com/klauspost/compress/releases/tag/v1.16.1) | ||
* zstd: Speed up + improve best encoder by @greatroar in https://github.com/klauspost/compress/pull/776 | ||
|
@@ -136,7 +136,7 @@ https://github.com/klauspost/compress/pull/919 https://github.com/klauspost/comp | |
* zstd: Add [WithDecodeAllCapLimit](https://pkg.go.dev/github.com/klauspost/[email protected]/zstd#WithDecodeAllCapLimit) https://github.com/klauspost/compress/pull/649 | ||
* Add Go 1.19 - deprecate Go 1.16 https://github.com/klauspost/compress/pull/651 | ||
* flate: Improve level 5+6 compression https://github.com/klauspost/compress/pull/656 | ||
* zstd: Improve "better" compresssion https://github.com/klauspost/compress/pull/657 | ||
* zstd: Improve "better" compression https://github.com/klauspost/compress/pull/657 | ||
* s2: Improve "best" compression https://github.com/klauspost/compress/pull/658 | ||
* s2: Improve "better" compression. https://github.com/klauspost/compress/pull/635 | ||
* s2: Slightly faster non-assembly decompression https://github.com/klauspost/compress/pull/646 | ||
|
@@ -339,7 +339,7 @@ While the release has been extensively tested, it is recommended to testing when | |
* s2: Fix binaries. | ||
|
||
* Feb 25, 2021 (v1.11.8) | ||
* s2: Fixed occational out-of-bounds write on amd64. Upgrade recommended. | ||
* s2: Fixed occasional out-of-bounds write on amd64. Upgrade recommended. | ||
* s2: Add AMD64 assembly for better mode. 25-50% faster. [#315](https://github.com/klauspost/compress/pull/315) | ||
* s2: Less upfront decoder allocation. [#322](https://github.com/klauspost/compress/pull/322) | ||
* zstd: Faster "compression" of incompressible data. [#314](https://github.com/klauspost/compress/pull/314) | ||
|
@@ -518,7 +518,7 @@ While the release has been extensively tested, it is recommended to testing when | |
* Feb 19, 2016: Faster bit writer, level -2 is 15% faster, level 1 is 4% faster. | ||
* Feb 19, 2016: Handle small payloads faster in level 1-3. | ||
* Feb 19, 2016: Added faster level 2 + 3 compression modes. | ||
* Feb 19, 2016: [Rebalanced compression levels](https://blog.klauspost.com/rebalancing-deflate-compression-levels/), so there is a more even progresssion in terms of compression. New default level is 5. | ||
* Feb 19, 2016: [Rebalanced compression levels](https://blog.klauspost.com/rebalancing-deflate-compression-levels/), so there is a more even progression in terms of compression. New default level is 5. | ||
* Feb 14, 2016: Snappy: Merge upstream changes. | ||
* Feb 14, 2016: Snappy: Fix aggressive skipping. | ||
* Feb 14, 2016: Snappy: Update benchmark. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.