go version devel +15f2d0e Fri May 13 01:19:05 2016 +0000 linux/amd64 ``` go func BenchmarkAppendFloatLarge1(b *testing.B) { benchmarkAppendFloat(b, 622666234635.321e-320, 'e', -1, 64) } func BenchmarkAppendFloatLarge2(b *testing.B) { benchmarkAppendFloat(b, 622666234635.3213e-320, 'e', -1, 64) } func BenchmarkAppendFloatLarge3(b *testing.B) { benchmarkAppendFloat(b, 622666234635.322e-320, 'e', -1, 64) } ``` ``` BenchmarkAppendFloatLarge1-48 5000000 276 ns/op BenchmarkAppendFloatLarge2-48 2000 89589 ns/op BenchmarkAppendFloatLarge3-48 500000 278 ns/op ```