File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ https://github.com/klauspost/compress/pull/919 https://github.com/klauspost/comp
55
55
* s2: Do 2 overlapping match checks https://github.com/klauspost/compress/pull/839
56
56
* flate: Add amd64 assembly matchlen https://github.com/klauspost/compress/pull/837
57
57
* gzip: Copy bufio.Reader on Reset by @thatguystone in https://github.com/klauspost/compress/pull/860
58
+
59
+ <details >
60
+ <summary>See changes to v1.16.x</summary>
61
+
58
62
59
63
* July 1st, 2023 - [ v1.16.7] ( https://github.com/klauspost/compress/releases/tag/v1.16.7 )
60
64
* zstd: Fix default level first dictionary encode https://github.com/klauspost/compress/pull/829
@@ -93,6 +97,7 @@ https://github.com/klauspost/compress/pull/919 https://github.com/klauspost/comp
93
97
* s2: Add LZ4 block converter. https://github.com/klauspost/compress/pull/748
94
98
* s2: Support io.ReaderAt in ReadSeeker. https://github.com/klauspost/compress/pull/747
95
99
* s2c/s2sx: Use concurrent decoding. https://github.com/klauspost/compress/pull/746
100
+ </details >
96
101
97
102
<details >
98
103
<summary>See changes to v1.15.x</summary>
@@ -560,6 +565,8 @@ the stateless compress described below.
560
565
561
566
For compression performance, see: [ this spreadsheet] ( https://docs.google.com/spreadsheets/d/1nuNE2nPfuINCZJRMt6wFWhKpToF95I47XjSsc-1rbPQ/edit?usp=sharing ) .
562
567
568
+ To disable all assembly add ` -tags=noasm ` . This works across all packages.
569
+
563
570
# Stateless compression
564
571
565
572
This package offers stateless compression as a special option for gzip/deflate.
You can’t perform that action at this time.
0 commit comments