Rob Pike
|
e70cedfaec
|
remove bytes.Copy
replace all calls with calls to copy
use copy in regexp and bytes.Buffer
R=rsc
CC=golang-dev
https://golang.org/cl/157073
|
2009-11-18 15:24:24 -08:00 |
|
Russ Cox
|
4b409289f6
|
remove Line in bufio.ReadLine(Bytes|Slice|String)
also drop bool arg from ReadString
R=r
DELTA=45 (13 added, 1 deleted, 31 changed)
OCL=33923
CL=33960
|
2009-08-27 11:20:15 -07:00 |
|
Rob Pike
|
9ae42ee87f
|
another benchmark: reverse-complement
R=rsc
DELTA=682 (511 added, 171 deleted, 0 changed)
OCL=32725
CL=32727
|
2009-08-04 13:04:37 -07:00 |
|