1
0
mirror of https://github.com/golang/go synced 2024-11-24 10:20:01 -07:00
go/test/bench
Kyle Consalus 009aebdba8 Removed bytes.Add and bytes.AddByte; we now have 'append'.
Changed all uses of bytes.Add (aside from those testing bytes.Add) to append(a, b...).
Also ran "gofmt -s" and made use of copy([]byte, string) in the fasta benchmark.

R=golang-dev, r, r2
CC=golang-dev
https://golang.org/cl/3302042
2010-12-01 11:59:13 -08:00
..
binary-tree-freelist.go
binary-tree-freelist.txt
binary-tree.c
binary-tree.go
binary-tree.txt
chameneosredux.c
chameneosredux.go
chameneosredux.txt
clean.bash
fannkuch-parallel.go test/bench: update numbers 2010-10-20 17:43:57 -07:00
fannkuch-parallel.txt Added fannkuch-parallel.go 2010-04-26 22:44:44 -07:00
fannkuch.c
fannkuch.go
fannkuch.txt
fasta-1000.out
fasta.c test/bench: update numbers 2010-10-20 17:43:57 -07:00
fasta.go Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
fasta.txt
k-nucleotide-parallel.go test/bench: update numbers 2010-10-20 17:43:57 -07:00
k-nucleotide-parallel.txt test/bench: add k-nucleotide-parallel 2010-04-05 22:32:36 -07:00
k-nucleotide.c
k-nucleotide.go
k-nucleotide.txt
mandelbrot.c
mandelbrot.go
mandelbrot.txt
meteor-contest.c
meteor-contest.go
meteor-contest.txt
nbody.c
nbody.go
nbody.txt
pidigits.c
pidigits.go pidigits: Remove TODO, minor improvements 2010-10-30 20:16:44 -07:00
pidigits.txt
regex-dna-parallel.go update the tree to use the new regexp methods 2010-08-12 16:48:41 +10:00
regex-dna-parallel.txt Added regex-dna-parallel.go, a pretty trivial parallelization. 2010-06-03 16:20:54 -07:00
regex-dna.c
regex-dna.go update the tree to use the new regexp methods 2010-08-12 16:48:41 +10:00
regex-dna.txt
reverse-complement.c
reverse-complement.go
reverse-complement.txt
spectral-norm-parallel.go
spectral-norm.c
spectral-norm.go
spectral-norm.txt
threadring.c
threadring.go
threadring.txt
timing.log test/bench: update numbers 2010-10-20 17:43:57 -07:00
timing.sh test/bench: update numbers 2010-10-20 17:43:57 -07:00