summaryrefslogtreecommitdiff
path: root/test/bench
Commit message (Expand)AuthorAgeFilesLines
...
* test/bench: a couple fixes to timing.shAnthony Martin2010-12-152-13/+21
* Removed bytes.Add and bytes.AddByte; we now have 'append'.Kyle Consalus2010-12-011-25/+22
* pidigits: Remove TODO, minor improvementsEvan Shaw2010-10-301-3/+3
* test/bench: update numbersRob Pike2010-10-205-10/+100
* ... changesRuss Cox2010-09-241-1/+1
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-5/+3
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* update the tree to use the new regexp methodsRob Pike2010-08-122-3/+3
* Added regex-dna-parallel.go, a pretty trivial parallelization.Kyle Consalus2010-06-033-0/+138
* big: completed set of Int division routines & cleanupsRobert Griesemer2010-05-031-2/+2
* test/bench: import new fasta C reference, update Go, optimizationsRuss Cox2010-05-032-222/+297
* big: use fast shift routinesRobert Griesemer2010-04-301-2/+2
* pidigits: ~10% performance win by using adds instead of shiftsRobert Griesemer2010-04-271-2/+2
* Added fannkuch-parallel.goKyle Consalus2010-04-263-0/+257
* test/bench: reenable chameneosredux for gccgo.Rob Pike2010-04-211-6/+1
* big: Add Lsh and Value; convert pidigits to use bigEvan Shaw2010-04-201-22/+28
* test/bench: add k-nucleotide-parallelKyle Consalus2010-04-053-0/+184
* simplify various code using new map index ruleRuss Cox2010-03-301-11/+2
* strings: delete Runes, BytesRuss Cox2010-02-255-8/+5
* Change type of Printf's args to ... interface{}Rob Pike2010-02-021-1/+1
* update timing logs for benchmarks.Rob Pike2010-01-061-0/+84
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1515-558/+558
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-111-2/+5
* - gofmt these filesRobert Griesemer2009-12-091-6/+6
* test/bench: faster fasta (mostly due to bufio fix)Russ Cox2009-12-071-18/+16
* changes necessary to get the new chameneosredux onto shootout.alioth.debian.o...Roger Peppe2009-12-072-3/+4
* test/bench: use range in reverse-complementRuss Cox2009-12-041-2/+2
* test/bench: dead code in reverse-complementRuss Cox2009-12-041-30/+3
* move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2009-12-022-4/+4
* change command-line argument to beRoger Peppe2009-11-302-9/+13
* timing log update for new version of chameneosRob Pike2009-11-241-0/+8
* chameneosredux test modified, bug fixed, fasterRoger Peppe2009-11-241-133/+106
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-1/+1
* gofmt -r '?[?:len(?)] -> ?[?:]' -w test/benchRuss Cox2009-11-2014-261/+255
* test/bench revisions;Russ Cox2009-11-203-28/+46
* remove bytes.CopyRob Pike2009-11-182-71/+69
* move evaluation of null-matching instructions one iteration earlier.Rob Pike2009-11-141-0/+8
* delete TODO now that compiler is better at %Rob Pike2009-11-081-19/+1
* use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike2009-11-021-12/+3
* fix build after Mercurial move.Russ Cox2009-10-221-16/+19
* clean moreRuss Cox2009-10-031-0/+4
* Sqrt in assembler is worth 3-4X for nbodyRob Pike2009-09-241-0/+10
* updated numbers after more slice inliningRob Pike2009-09-221-0/+57
* unused importsRuss Cox2009-09-172-2/+0
* last round: non-package codeRuss Cox2009-09-152-3/+3
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-142-2/+0
* new benchmark results.Rob Pike2009-09-031-0/+93
* remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox2009-08-272-2/+2
* - use in-place bignum operations where availableRobert Griesemer2009-08-102-14/+22
* new timing data after compiler updates (fp regs, integer div and mod)Rob Pike2009-08-101-0/+90