summaryrefslogtreecommitdiff
path: root/test/bench
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý2-2/+2
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý4-5/+98
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý9-59/+160
2010-06-03Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus3-0/+138
2010-05-03big: completed set of Int division routines & cleanupsRobert Griesemer1-2/+2
2010-05-03test/bench: import new fasta C reference, update Go, optimizationsRuss Cox2-222/+297
2010-04-30big: use fast shift routinesRobert Griesemer1-2/+2
2010-04-27pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer1-2/+2
2010-04-26Added fannkuch-parallel.goKyle Consalus3-0/+257
2010-04-21test/bench: reenable chameneosredux for gccgo.Rob Pike1-6/+1
2010-04-20big: Add Lsh and Value; convert pidigits to use bigEvan Shaw1-22/+28
2010-04-05test/bench: add k-nucleotide-parallelKyle Consalus3-0/+184
2010-03-30simplify various code using new map index ruleRuss Cox1-11/+2
2010-02-25strings: delete Runes, BytesRuss Cox5-8/+5
2010-02-02Change type of Printf's args to ... interface{}Rob Pike1-1/+1
2010-01-06update timing logs for benchmarks.Rob Pike1-0/+84
2009-12-151) Change default gofmt default settings forRobert Griesemer15-558/+558
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-2/+5
2009-12-09- gofmt these filesRobert Griesemer1-6/+6
2009-12-07test/bench: faster fasta (mostly due to bufio fix)Russ Cox1-18/+16
2009-12-07changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe2-3/+4
2009-12-04test/bench: use range in reverse-complementRuss Cox1-2/+2
2009-12-04test/bench: dead code in reverse-complementRuss Cox1-30/+3
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2-4/+4
2009-11-30change command-line argument to beRoger Peppe2-9/+13
2009-11-24timing log update for new version of chameneosRob Pike1-0/+8
2009-11-24chameneosredux test modified, bug fixed, fasterRoger Peppe1-133/+106
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox14-261/+255
2009-11-20test/bench revisions;Russ Cox3-28/+46
2009-11-18remove bytes.CopyRob Pike2-71/+69
2009-11-14move evaluation of null-matching instructions one iteration earlier.Rob Pike1-0/+8
2009-11-08delete TODO now that compiler is better at %Rob Pike1-19/+1
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike1-12/+3
2009-10-22fix build after Mercurial move.Russ Cox1-16/+19
2009-10-03clean moreRuss Cox1-0/+4
2009-09-24Sqrt in assembler is worth 3-4X for nbodyRob Pike1-0/+10
2009-09-22updated numbers after more slice inliningRob Pike1-0/+57
2009-09-17unused importsRuss Cox2-2/+0
2009-09-15last round: non-package codeRuss Cox2-3/+3
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-2/+0
2009-09-03new benchmark results.Rob Pike1-0/+93
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2-2/+2
2009-08-10- use in-place bignum operations where availableRobert Griesemer2-14/+22
2009-08-10new timing data after compiler updates (fp regs, integer div and mod)Rob Pike1-0/+90
2009-08-09Partially fix build: don't assume . is in PATH.David Symonds1-0/+1
2009-08-09run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike10-69/+289
2009-08-07chameneosRob Pike5-1/+572
2009-08-07annotationsRuss Cox1-0/+14
2009-08-07simplify threadring slightly; slight speed improvementRob Pike2-7/+7