Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/1548042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1388041
|
|
apply gofmt to src, misc
Fixes issue 752.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1240044
Committer: Robert Griesemer <gri@golang.org>
|
|
Time to draw.Draw a 200x200 image fell from 18.4ms (and 1 malloc) to
5.6ms (and 0 mallocs). It's still relatively slow since it assumes
nothing about the src or mask images, but it does remove the malloc.
There are existing faster, more specialized paths for copies, fills
and image glyph masks.
Also added a "compare to a slow but obviously correct implementation"
check to draw_test.go.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/1223044
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/207096
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/203062
|