-
Russ Cox authored
This makes decimal a good test case for the escape analysis. With escape analysis: benchmark old ns/op new ns/op delta BenchmarkAtof64Decimal 1954 243 -87.56% BenchmarkAtof64Float 2008 293 -85.41% BenchmarkAtof64FloatExp 10106 8814 -12.78% BenchmarkAtof64Big 5113 3486 -31.82% R=golang-dev, gri CC=golang-dev https://golang.org/cl/4861042
cb51fdc0
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
atob.go | ||
atob_test.go | ||
atof.go | ||
atof_test.go | ||
atoi.go | ||
atoi_test.go | ||
decimal.go | ||
decimal_test.go | ||
fp_test.go | ||
ftoa.go | ||
ftoa_test.go | ||
internal_test.go | ||
itoa.go | ||
itoa_test.go | ||
quote.go | ||
quote_test.go | ||
testfp.txt |