Posted in Go语言基础和工具链Go二进制协议解析慢?你可能还在用json.Unmarshal——用binary.Read+fixed-size structs提速11.8倍(实测数据) 第一章:Go二进制计算 Go语言 … Go二进制协议解析慢?你可能还在用json.Unmarshal——用binary.Read+fixed-size structs提速11.8倍(实测数据)Read more by 云上码农|2026年4月23日|Go序列化优化, JSON.Unmarshal性能对比, Go二进制协议解析器, encoding/binary.Read, 固定大小结构体
Posted in 问题排查与答疑Go json.Unmarshal/encoding/binary.Read结果不准?这不是bug,是Go标准库对nil slice与零值的5种差异化语义(RFC级解读) 第一章:Go json.Unma … Go json.Unmarshal/encoding/binary.Read结果不准?这不是bug,是Go标准库对nil slice与零值的5种差异化语义(RFC级解读)Read more by 云上码农|2026年4月9日|Go语言编程实践, 零值语义, nil切片追加, JSON.Unmarshal递归解析, encoding/binary.Read