Posted in 问题排查与答疑Go中[]string转map[string]struct{}的3种写法,第2种竟导致内存泄漏(附pprof火焰图验证) 第一章:Go中[]string转 … Go中[]string转map[string]struct{}的3种写法,第2种竟导致内存泄漏(附pprof火焰图验证)Read more by 技术布道者|2026年1月27日|Go语言编程实践, pprof性能分析, Golang内存泄漏, struct{}零值, 字符串切片转map
Posted in Go语言基础和工具链Go map零值返回与类型系统的隐式契约:深入理解interface{}、struct{}、[]byte的3种不同零值语义 第一章:Go map零值返回与类 … Go map零值返回与类型系统的隐式契约:深入理解interface{}、struct{}、[]byte的3种不同零值语义Read more by Go语言修行者|2026年1月27日|interface{}零值, struct{}零值, []byte零值, Go动态加载, Go类型系统进阶, map零值差异