]> Cypherpunks repositories - gostls13.git/commit
When making images, allocate one big buffer instead of many small ones.
authorNigel Tao <nigeltao@golang.org>
Sun, 23 May 2010 18:12:00 +0000 (11:12 -0700)
committerNigel Tao <nigeltao@golang.org>
Sun, 23 May 2010 18:12:00 +0000 (11:12 -0700)
commite974fb949ebbab60fad023b396d86eba40b21020
tree9db6e187f770784996e7ed9a0dd30ebe6375e4d1
parent72fd5c80f8f14699303e1d930ec636512c7de41a
When making images, allocate one big buffer instead of many small ones.

R=rsc, r
CC=golang-dev
https://golang.org/cl/1267041
src/pkg/image/image.go