1. 07 Apr, 2012 1 commit
    • Bobby Powers's avatar
      time: in Format give buffer an initial capacity · c9529e02
      Bobby Powers authored
      I have a small web server that simply sets several cookies
      along with an expires header, and then returns.  In the
      cpuprofile for a 200k request benchmark, time.Time.Format()
      was showing up as 8.3% of cpu usage.  Giving the buffer an
      inital capacity to avoid reallocs on append drops it down to
      7.6%.
      
      R=golang-dev, r
      CC=golang-dev
      https://golang.org/cl/5992058
      c9529e02
  2. 06 Apr, 2012 2 commits
  3. 05 Apr, 2012 15 commits
  4. 04 Apr, 2012 5 commits
  5. 03 Apr, 2012 10 commits
  6. 02 Apr, 2012 7 commits