aboutsummaryrefslogtreecommitdiff
path: root/src/compress/flate/deflatefast.go
AgeCommit message (Expand)Author
2020-10-29[release-branch.go1.15] compress/flate: fix corrupted outputKlaus Post
2020-07-16compress/flate: fix deflate Reset consistencyKlaus Post
2017-01-12compress/flate: avoid large stack growth in fillDeflateJoe Tsai
2016-10-30compress/flate: tighten the BestSpeed max match offset bound.Nigel Tao
2016-10-27compress/flate: level 1 (best speed) match across blocksKlaus Post
2016-05-05compress/flate: distinguish between base and min match length.Nigel Tao
2016-04-29compress/flate: use a constant hash table size for Best Speed.Nigel Tao
2016-04-29compress/flate: replace "Best Speed" with specialized versionNigel Tao