Skip to content

Commit c0ff47e

Browse files
authored
Update README.md
1 parent 657dc16 commit c0ff47e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ https://github.com/klauspost/compress/pull/919 https://github.com/klauspost/comp
5555
* s2: Do 2 overlapping match checks https://github.com/klauspost/compress/pull/839
5656
* flate: Add amd64 assembly matchlen https://github.com/klauspost/compress/pull/837
5757
* 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+
5862

5963
* July 1st, 2023 - [v1.16.7](https://github.com/klauspost/compress/releases/tag/v1.16.7)
6064
* 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
9397
* s2: Add LZ4 block converter. https://github.com/klauspost/compress/pull/748
9498
* s2: Support io.ReaderAt in ReadSeeker. https://github.com/klauspost/compress/pull/747
9599
* s2c/s2sx: Use concurrent decoding. https://github.com/klauspost/compress/pull/746
100+
</details>
96101

97102
<details>
98103
<summary>See changes to v1.15.x</summary>
@@ -560,6 +565,8 @@ the stateless compress described below.
560565

561566
For compression performance, see: [this spreadsheet](https://docs.google.com/spreadsheets/d/1nuNE2nPfuINCZJRMt6wFWhKpToF95I47XjSsc-1rbPQ/edit?usp=sharing).
562567

568+
To disable all assembly add `-tags=noasm`. This works across all packages.
569+
563570
# Stateless compression
564571

565572
This package offers stateless compression as a special option for gzip/deflate.

0 commit comments

Comments
 (0)