| Commit message (Expand) | Author | Age | Files | Lines |
* | build: remove unnecessary references to GOBIN and GOROOT | Christian Himpel | 2010-08-30 | 1 | -5/+3 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 1 | -1/+1 |
* | update the tree to use the new regexp methods | Rob Pike | 2010-08-12 | 2 | -3/+3 |
* | Added regex-dna-parallel.go, a pretty trivial parallelization. | Kyle Consalus | 2010-06-03 | 3 | -0/+138 |
* | big: completed set of Int division routines & cleanups | Robert Griesemer | 2010-05-03 | 1 | -2/+2 |
* | test/bench: import new fasta C reference, update Go, optimizations | Russ Cox | 2010-05-03 | 2 | -222/+297 |
* | big: use fast shift routines | Robert Griesemer | 2010-04-30 | 1 | -2/+2 |
* | pidigits: ~10% performance win by using adds instead of shifts | Robert Griesemer | 2010-04-27 | 1 | -2/+2 |
* | Added fannkuch-parallel.go | Kyle Consalus | 2010-04-26 | 3 | -0/+257 |
* | test/bench: reenable chameneosredux for gccgo. | Rob Pike | 2010-04-21 | 1 | -6/+1 |
* | big: Add Lsh and Value; convert pidigits to use big | Evan Shaw | 2010-04-20 | 1 | -22/+28 |
* | test/bench: add k-nucleotide-parallel | Kyle Consalus | 2010-04-05 | 3 | -0/+184 |
* | simplify various code using new map index rule | Russ Cox | 2010-03-30 | 1 | -11/+2 |
* | strings: delete Runes, Bytes | Russ Cox | 2010-02-25 | 5 | -8/+5 |
* | Change type of Printf's args to ... interface{} | Rob Pike | 2010-02-02 | 1 | -1/+1 |
* | update timing logs for benchmarks. | Rob Pike | 2010-01-06 | 1 | -0/+84 |
* | 1) Change default gofmt default settings for | Robert Griesemer | 2009-12-15 | 15 | -558/+558 |
* | Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src | Devon H. O'Dell | 2009-12-11 | 1 | -2/+5 |
* | - gofmt these files | Robert Griesemer | 2009-12-09 | 1 | -6/+6 |
* | test/bench: faster fasta (mostly due to bufio fix) | Russ Cox | 2009-12-07 | 1 | -18/+16 |
* | changes necessary to get the new chameneosredux onto shootout.alioth.debian.o... | Roger Peppe | 2009-12-07 | 2 | -3/+4 |
* | test/bench: use range in reverse-complement | Russ Cox | 2009-12-04 | 1 | -2/+2 |
* | test/bench: dead code in reverse-complement | Russ Cox | 2009-12-04 | 1 | -30/+3 |
* | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 2009-12-02 | 2 | -4/+4 |
* | change command-line argument to be | Roger Peppe | 2009-11-30 | 2 | -9/+13 |
* | timing log update for new version of chameneos | Rob Pike | 2009-11-24 | 1 | -0/+8 |
* | chameneosredux test modified, bug fixed, faster | Roger Peppe | 2009-11-24 | 1 | -133/+106 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 1 | -1/+1 |
* | gofmt -r '?[?:len(?)] -> ?[?:]' -w test/bench | Russ Cox | 2009-11-20 | 14 | -261/+255 |
* | test/bench revisions; | Russ Cox | 2009-11-20 | 3 | -28/+46 |
* | remove bytes.Copy | Rob Pike | 2009-11-18 | 2 | -71/+69 |
* | move evaluation of null-matching instructions one iteration earlier. | Rob Pike | 2009-11-14 | 1 | -0/+8 |
* | delete TODO now that compiler is better at % | Rob Pike | 2009-11-08 | 1 | -19/+1 |
* | use the new routine regexp.MustCompile to clean up some code that uses global... | Rob Pike | 2009-11-02 | 1 | -12/+3 |
* | fix build after Mercurial move. | Russ Cox | 2009-10-22 | 1 | -16/+19 |
* | clean more | Russ Cox | 2009-10-03 | 1 | -0/+4 |
* | Sqrt in assembler is worth 3-4X for nbody | Rob Pike | 2009-09-24 | 1 | -0/+10 |
* | updated numbers after more slice inlining | Rob Pike | 2009-09-22 | 1 | -0/+57 |
* | unused imports | Russ Cox | 2009-09-17 | 2 | -2/+0 |
* | last round: non-package code | Russ Cox | 2009-09-15 | 2 | -3/+3 |
* | fix "declared and not used" errors in non-test code. | Russ Cox | 2009-09-14 | 2 | -2/+0 |
* | new benchmark results. | Rob Pike | 2009-09-03 | 1 | -0/+93 |
* | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 2009-08-27 | 2 | -2/+2 |
* | - use in-place bignum operations where available | Robert Griesemer | 2009-08-10 | 2 | -14/+22 |
* | new timing data after compiler updates (fp regs, integer div and mod) | Rob Pike | 2009-08-10 | 1 | -0/+90 |
* | Partially fix build: don't assume . is in PATH. | David Symonds | 2009-08-09 | 1 | -0/+1 |
* | run benchmarks in a relatively fast test mode, as part of run.bash/all.bash | Rob Pike | 2009-08-09 | 10 | -69/+289 |
* | chameneos | Rob Pike | 2009-08-07 | 5 | -1/+572 |
* | annotations | Russ Cox | 2009-08-07 | 1 | -0/+14 |
* | simplify threadring slightly; slight speed improvement | Rob Pike | 2009-08-07 | 2 | -7/+7 |