Posted in

Go struct字段内存布局如何影响高并发缓存命中率?实测字段重排减少37% CPU cache miss(perf record验证)

第一章:Go struct字段内 … Go struct字段内存布局如何影响高并发缓存命中率?实测字段重排减少37% CPU cache miss(perf record验证)Read more

Posted in

Go语言数据结构内存对齐实战:struct字段重排让cache line命中率提升至99.3%,附go tool compile -S分析

第一章:Go语言数据结构内存对齐 … Go语言数据结构内存对齐实战:struct字段重排让cache line命中率提升至99.3%,附go tool compile -S分析Read more