Posted in

Go测试覆盖率高≠性能安全:用go test -cpuprofile+go tool pprof发现单元测试中埋藏的goroutine泄漏

第一章:Go测试覆盖率高≠性能安 … Go测试覆盖率高≠性能安全:用go test -cpuprofile+go tool pprof发现单元测试中埋藏的goroutine泄漏Read more

Posted in

【Go标准库兼容性断崖预警】:Go 1.23即将废弃的5个函数与替代方案(含stdlib migration tool实操)

第一章:Go 1.23标准库兼容 … 【Go标准库兼容性断崖预警】:Go 1.23即将废弃的5个函数与替代方案(含stdlib migration tool实操)Read more

Posted in

Go结构体字段对齐实战:如何让struct内存占用减少41%?——unsafe.Offsetof + go tool compile -S深度解析

第一章:Go结构体字段对齐实战: … Go结构体字段对齐实战:如何让struct内存占用减少41%?——unsafe.Offsetof + go tool compile -S深度解析Read more

Posted in

Go测试覆盖率失真元凶:test -coverprofile 被testing.T.Cleanup钩子污染?揭秘go tool cover未公开的钩子兼容缺陷

第一章:Go测试覆盖率失真现象的 … Go测试覆盖率失真元凶:test -coverprofile 被testing.T.Cleanup钩子污染?揭秘go tool cover未公开的钩子兼容缺陷Read more