]> Cypherpunks repositories - gostls13.git/commit
image/png: speed up paletted encoding ~25%
authorBrad Fitzpatrick <brad@danga.com>
Wed, 27 Oct 2010 11:48:18 +0000 (22:48 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 27 Oct 2010 11:48:18 +0000 (22:48 +1100)
commitad7d24ac4b66f9ee83e1cb5f81c3ae4cb3eb5610
tree055b9db922295898690b48b6ac5a5802af3526fd
parentd86ab015f7ec9a909ba278b154086585e2f15285
image/png: speed up paletted encoding ~25%

Avoids a lot of redundant bounds checks.

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