1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/fmt
Rob Pike 66410bac3d fmt: benchmark floating point.
mallocs per Sprintf("%x"): 1
mallocs per Sprintf("%g"): 4

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5449106
2011-12-06 08:40:16 -08:00
..
doc.go various: we don't cast, we convert 2011-12-05 19:40:52 -08:00
fmt_test.go fmt: benchmark floating point. 2011-12-06 08:40:16 -08:00
format.go use new strconv API 2011-12-05 15:48:46 -05:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
print.go fmt: only use Stringer or Error for strings 2011-12-05 16:45:51 -08:00
scan_test.go fmt: distinguish empty vs nil slice/map in %#v 2011-11-14 16:10:58 -05:00
scan.go use new strconv API 2011-12-05 15:48:46 -05:00
stringer_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00