1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/compress
Nigel Tao 5b1d47d105 compress/lzw: fix the stupidity of allocating and zeroing a new buffer
on each loop iteration, yielding a 20x performance improvement.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4240044
2011-02-26 09:25:29 +11:00
..
bzip2 compress/bzip2: fix bugs 2011-02-23 12:02:41 -05:00
flate compress: move zlib/testdata to testdata so it can be shared by all 2011-02-16 11:41:29 +11:00
gzip gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
lzw compress/lzw: fix the stupidity of allocating and zeroing a new buffer 2011-02-26 09:25:29 +11:00
testdata compress: move zlib/testdata to testdata so it can be shared by all 2011-02-16 11:41:29 +11:00
zlib compress: move zlib/testdata to testdata so it can be shared by all 2011-02-16 11:41:29 +11:00