Posted in

Go多维数组指针性能翻倍实录:用指针代替嵌套slice的4种场景+基准测试数据(含pprof火焰图对比)

第一章:Go多维数组指针的核心机 … Go多维数组指针性能翻倍实录:用指针代替嵌套slice的4种场景+基准测试数据(含pprof火焰图对比)Read more

Posted in

slice作为函数参数传递的4种模式对比:值传、指针传、interface{}传、unsafe.Pointer传——性能与安全性权衡矩阵

第一章:golang切片是什么 … slice作为函数参数传递的4种模式对比:值传、指针传、interface{}传、unsafe.Pointer传——性能与安全性权衡矩阵Read more