1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:31:22 -06:00
go/src/pkg/compress
Russ Cox 63dae3c3be compress/lzw: do not use background goroutines
Programs expect that Read and Write are synchronous.
The background goroutines make the implementation
a little easier, but they introduce asynchrony that
trips up calling code.  Remove them.

R=golang-dev, nigeltao
CC=golang-dev
https://golang.org/cl/4548080
2011-06-07 14:37:06 -04:00
..
bzip2 pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flate compress/flate: do not use background goroutines 2011-06-02 09:32:38 -04:00
gzip pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
lzw compress/lzw: do not use background goroutines 2011-06-07 14:37:06 -04: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/flate: fix Huffman tree bug 2011-05-26 17:02:11 -04:00