Posted in

【Go性能调优密档】:将IP字符串解析加速17倍——使用unsafe.String+byte slice预分配替代strings.Split

第一章:Go中IP地址解析的性能 … 【Go性能调优密档】:将IP字符串解析加速17倍——使用unsafe.String+byte slice预分配替代strings.SplitRead more

Posted in

为什么你的Go服务panic频发?——map nil dereference与slice bounds error的7种隐式触发场景(含AST级检测方案)

第一章:Go服务panic频发的 … 为什么你的Go服务panic频发?——map nil dereference与slice bounds error的7种隐式触发场景(含AST级检测方案)Read more