1. 22 May, 2010 1 commit
  2. 21 May, 2010 15 commits
  3. 20 May, 2010 8 commits
  4. 19 May, 2010 9 commits
  5. 18 May, 2010 2 commits
    • Robert Griesemer's avatar
      big: bug fix for division · 90d0c331
      Robert Griesemer authored
      Fixes #784.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/1196043
      90d0c331
    • Kyle Consalus's avatar
      Trivial optimization. · 2db47c90
      Kyle Consalus authored
      	Cached string indexing in inner loop of Btoui64.
      
          Before:
          strconv_test.BenchmarkAtoi   5000000           309 ns/op
          strconv_test.BenchmarkAtoiNeg    5000000           325 ns/op
          strconv_test.BenchmarkAtoi64     5000000           465 ns/op
          strconv_test.BenchmarkAtoi64Neg  5000000           469 ns/op
      
          After:
          strconv_test.BenchmarkAtoi  10000000           182 ns/op
          strconv_test.BenchmarkAtoiNeg   10000000           193 ns/op
          strconv_test.BenchmarkAtoi64    10000000           251 ns/op
          strconv_test.BenchmarkAtoi64Neg 10000000           258 ns/op
      
      R=golang-dev, gri
      CC=golang-dev
      https://golang.org/cl/1227042
      2db47c90
  6. 17 May, 2010 1 commit
  7. 15 May, 2010 3 commits
  8. 14 May, 2010 1 commit