1. 08 Mar, 2016 3 commits
  2. 07 Mar, 2016 27 commits
  3. 06 Mar, 2016 9 commits
  4. 05 Mar, 2016 1 commit
    • Martin Möhrmann's avatar
      fmt: use fewer allocations for %q string formatting · 5763476f
      Martin Möhrmann authored
      Reuse the internal buffer and use append versions of
      the strconv quote functions to avoid some allocations.
      
      Add more tests.
      
      name                  old time/op    new time/op    delta
      SprintfQuoteString-2     486ns ± 2%     416ns ± 2%  -14.42%  (p=0.000 n=20+20)
      
      name                  old allocs/op  new allocs/op  delta
      SprintfQuoteString-2      4.00 ± 0%      2.00 ± 0%  -50.00%  (p=0.000 n=20+20)
      
      Change-Id: I63795b51fd95c53c5993ec8e6e99b659941f9f54
      Reviewed-on: https://go-review.googlesource.com/20251
      Run-TryBot: Rob Pike <r@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarRob Pike <r@golang.org>
      5763476f