You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ This package provides various compression algorithms.
9
9
*[huff0](https://github.com/klauspost/compress/tree/master/huff0) and [FSE](https://github.com/klauspost/compress/tree/master/fse) implementations for raw entropy encoding.
10
10
*[gzhttp](https://github.com/klauspost/compress/tree/master/gzhttp) Provides client and server wrappers for handling gzipped requests efficiently.
11
11
*[pgzip](https://github.com/klauspost/pgzip) is a separate package that provides a very fast parallel gzip implementation.
12
-
*[fuzz package](https://github.com/klauspost/compress-fuzz) for fuzz testing all compressors/decompressors here.
0 commit comments