Posted in

Go标准库鲜为人知的13个高性能工具函数:strings.Builder替代fmt.Sprintf、slices.BinarySearch加速查找、maps.Clone零拷贝复制

第一章:Go语言基础与标准库概览 … Go标准库鲜为人知的13个高性能工具函数:strings.Builder替代fmt.Sprintf、slices.BinarySearch加速查找、maps.Clone零拷贝复制Read more

Posted in

别再手写map遍历了!Go 1.22+使用maps.Clone+json.Marshaler实现[]byte↔map[string]interface{}双向零拷贝同步

第一章:Go 1.22+ map … 别再手写map遍历了!Go 1.22+使用maps.Clone+json.Marshaler实现[]byte↔map[string]interface{}双向零拷贝同步Read more