Posted in Go语言基础和工具链Go取一位小数的终极性能对比:benchmark结果震惊——strconv.FormatFloat竟比fmt慢40%?真相在这里 第一章:Go取一位小数的性能迷思 … Go取一位小数的终极性能对比:benchmark结果震惊——strconv.FormatFloat竟比fmt慢40%?真相在这里Read more by Gopher的成长日记|2026年3月26日|Gin框架性能对比, Benchmarker原理, strconv.FormatFloat, fmt.Sprintf%T, Go小数格式化
Posted in Go语言基础和工具链Go中float64转字符串的“确定性难题”:为何math/big.Float无法替代strconv.FormatFloat?(IEEE 754深度剖析) 第一章:Go中float64转字 … Go中float64转字符串的“确定性难题”:为何math/big.Float无法替代strconv.FormatFloat?(IEEE 754深度剖析)Read more by 技术布道者|2026年2月21日|float64转字符串, strconv.FormatFloat, math/big.Float, Go语言编程实践, 754, IEEE编程工具调研