aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/staticdata
diff options
context:
space:
mode:
authorkorzhao <korzhao95@gmail.com>2021-08-21 07:26:19 +0800
committerAlexander Rakoczy <alex@golang.org>2021-08-25 18:27:41 +0000
commitd2f002cb39bebdfac560282a43f3199c5d0903d7 (patch)
tree27d2d7af4211c2f7c1fc44817d23f12f872278d7 /src/cmd/compile/internal/staticdata
parent08d4cc20cad0e95b4e368c2f38268199f9c68548 (diff)
downloadgo-d2f002cb39bebdfac560282a43f3199c5d0903d7.tar.xz
time/format: avoid growslice in time.String()/time.GoString()
Pre-allocate the slice of buf with enough capacity to avoid growslice calls. benchmark old ns/op new ns/op delta BenchmarkTimeString-4 493 409 -17.12% BenchmarkTimeGoString-4 309 182 -41.30% benchmark old allocs new allocs delta BenchmarkTimeString-4 5 3 -40.00% BenchmarkTimeGoString-4 4 1 -75.00% benchmark old bytes new bytes delta BenchmarkTimeString-4 152 128 -15.79% BenchmarkTimeGoString-4 248 80 -67.74% Change-Id: I64eabe2ab0b3d4a846453c2e8e548a831d720b8c Reviewed-on: https://go-review.googlesource.com/c/go/+/343971 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Alexander Rakoczy <alex@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/staticdata')
0 files changed, 0 insertions, 0 deletions