1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/pkg/compress
Dave Cheney d5b299eda2 compress/flate: add Encoder/Decoder benchmarks
In CL 6127051, nigeltao suggested that further gains
were possible by improving the performance of flate.
This CL adds a set of benchmarks (based on compress/lzw)
that can be used to judge any future improvements.

R=nigeltao
CC=golang-dev
https://golang.org/cl/6128049
2012-04-29 20:41:13 +10:00
..
bzip2 build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
flate compress/flate: add Encoder/Decoder benchmarks 2012-04-29 20:41:13 +10:00
gzip compress: add comments to gzip and zlib. 2012-02-11 09:42:07 +11:00
lzw all: avoid bytes.NewBuffer(nil) 2012-02-06 14:09:00 +11:00
testdata compress/flate: make lazy matching work. 2012-01-20 23:35:18 -05:00
zlib compress/zlib: minor fixes 2012-04-21 14:34:42 +10:00