Posted in

Go语言I/O性能天花板测算公式:Bandwidth = min(PCIe带宽, NVMe QD, Go goroutine调度开销, page cache碎片率) ——20年实测验证

第一章:Go语言I/O性能天花板 … Go语言I/O性能天花板测算公式:Bandwidth = min(PCIe带宽, NVMe QD, Go goroutine调度开销, page cache碎片率) ——20年实测验证Read more

Posted in

Go语言中的算法“隐形成本”:goroutine调度开销、interface{}类型断言、map并发读写对时间复杂度的真实影响

第一章:Go语言与算法设计的本质 … Go语言中的算法“隐形成本”:goroutine调度开销、interface{}类型断言、map并发读写对时间复杂度的真实影响Read more