go/src/fmt
Martin Möhrmann 629b5e7561 fmt: add ascii fast path for decoding verbs
name                    old time/op  new time/op  delta
SprintfSlowParsingPath   108ns ± 4%   103ns ± 4%  -4.53%  (p=0.000 n=18+18)

Change-Id: I174463f303d1857e8d5b8a6283c025b3546e7b39
Reviewed-on: https://go-review.googlesource.com/44450
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2017-08-14 12:25:45 +00:00
..
doc.go fmt: remove unnecessary trailing commas in doc.go 2017-06-07 21:00:42 +00:00
export_test.go
fmt_test.go fmt: add ascii fast path for decoding verbs 2017-08-14 12:25:45 +00:00
format.go fmt: support sharp flag for float and complex value printing 2017-02-19 07:18:56 +00:00
print.go fmt: add ascii fast path for decoding verbs 2017-08-14 12:25:45 +00:00
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
scan_test.go
stringer_test.go