Releases: klauspost/compress
v1.10.5
v1.10.4
Changelog
a97546e Exclude more from automatic changelog.
0323562 Pin goreleaser version until Go 1.14
badde52 all: Smaller struct sizes (#246)
8f4a8f1 zstd: Adjust default window sizes (#247)
e8d1c04 zstd: If first block and 'final', encode direct. (#251)
6fa181d zstd: Reduce allocations when decoding from a bytes.Buffer (#249)
d8b029a zstd: Skip CRC if not requested. (#250)
v1.10.3
Changelog
022415c Skip creating encoders when not needed (#238)
4e45121 Upgrade Go. Fix missing jobs.
37e81bd s2: Add pure Go snappy block compressor (#245)
46fa1d6 s2: Check input size in pure Go encodes (#244)
56999ed zstd: Add better compression mode (#240)
970d4dc zstd: Improve match speed of fastest level. (#241)
v1.10.2
Changelog
0d728f0 Reduce deflate table sizes (#227)
d4b3bb1 Update README.md
502181a doc: fix typos (#228)
8abd495 inflate: Generate code for byte readers (#236)
fd5b254 inflate: Inline symbol real (#234)
60e4844 inflate: Read more bits when decoding (#232)
c286dbb zstd: use previously defined size var when making dst byte slice (#229)
v1.10.1
v1.10.0
Changelog
26bacdf Add compressed ZIP copying (#214)
e1f2a6e Add empty Go mod file (#213)
b7ccab8 Add stateless dictionary support (#216)
4f93024 Fix reset overflow (#218)
a8f0b11 Merge pull request #186 from klauspost/s2-assembler-encode
e75fbf6 Merge pull request #212 from klauspost/add-deb-rpm
ccd3322 Merge pull request #215 from klauspost/s2-single-threaded-readerfrom
v1.9.8
Changelog
4c57fdd Decrease penalty slightly.
7269def Fix and optimize bit estimates
9ff01f5 Increase penalty a bit to avoid speed regression.
8647fbe Merge branch 'master' into flate-fix-huffman-bit-estimates
1cf5cb2 Merge pull request #206 from klauspost/flate-fix-huffman-bit-estimates
81b3ddd Merge pull request #210 from pdecat/patch-1
a649712 Remove cmp dependency (#209)
36b6ed4 Remove commented out println.
490fd07 Tweak block selection.
e48bab1 Tweak header estimates.
fcee6d8 Tweak limits.
2f56a8e Typo raio => ratio
5c1f19d Update README.md
459b83a Update README.md
182d024 Use separate extra bits to make comparison fair.
da94045 s2: Expand destination slice if big enough. (#204)
1901a5f use quickSort from sort.Sort (#207)