1. 01 May, 2010 1 commit
    • Robert Griesemer's avatar
      big: use fast shift routines · 58e77990
      Robert Griesemer authored
      - fixed a couple of bugs in the process
        (shift right was incorrect for negative numbers)
      - added more tests and made some tests more robust
      - changed pidigits back to using shifts to multiply
        by 2 instead of add
      
        This improves pidigit -s -n 10000 by approx. 5%:
      
        user 0m6.496s (old)
        user 0m6.156s (new)
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/963044
      58e77990
  2. 30 Apr, 2010 14 commits
  3. 29 Apr, 2010 10 commits
  4. 28 Apr, 2010 15 commits