]> Cypherpunks repositories - gostls13.git/commit
regexp: use sync.Pool
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Dec 2013 00:43:19 +0000 (16:43 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Dec 2013 00:43:19 +0000 (16:43 -0800)
commitb682f6de5a9d645a92792e2ffad1956c64b7840f
tree99249d96c73cbe9fc92e4024a0e6dd982e1edd46
parent4890502af647b3df6995dda55cff3345836c7d67
regexp: use sync.Pool

For machines, not threads.

Update #4720

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/44150043
src/pkg/regexp/regexp.go