]> Cypherpunks repositories - gostls13.git/commit
test/bench revisions;
authorRuss Cox <rsc@golang.org>
Fri, 20 Nov 2009 16:59:11 +0000 (08:59 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 20 Nov 2009 16:59:11 +0000 (08:59 -0800)
commit688ffc1dc1d4706074cdd876c6f064e2c7d03c54
tree76abcc9af5ff276e02a901b3f7c3f6f87f724df0
parent9bc6a404d53e157fe425c26b02107e7b08b535e6
test/bench revisions;
  * reverse-complement: port C algorithm to Go
saves 30% on my MacBook Pro and makes it a fairer comparison.
  * test reverse-complement with and without GC (another 15%)
  * revise timing.sh to work on more systems
  * avoid two glibcisms in fasta.c

R=r
https://golang.org/cl/156110
test/bench/fasta.c
test/bench/reverse-complement.go
test/bench/timing.sh