]> Cypherpunks repositories - gostls13.git/commit
image: add type-specific Set methods and use them when decoding PNG.
authorRob Pike <r@golang.org>
Mon, 2 May 2011 22:10:37 +0000 (15:10 -0700)
committerRob Pike <r@golang.org>
Mon, 2 May 2011 22:10:37 +0000 (15:10 -0700)
commit2398a74bd80ea945f687b3750fa3e18c258945eb
tree0e5345a1c04017258c3582398afb2d9b8a57a806
parent4002014cf8b321ade383a3b2c8223cae7dc8d3ee
image: add type-specific Set methods and use them when decoding PNG.
This speeds up PNG decode about 20% by avoiding per-pixel interface conversions.

R=nigeltao, rsc
CC=golang-dev
https://golang.org/cl/4428080
src/pkg/image/image.go
src/pkg/image/png/reader.go