Skip to content
Steven's Blog
Main Navigation
web安全相关
block chain
静态分析
泛app安全
leetcode
rust
other
Appearance
Menu
Return to top
On this page
Table of Contents for current page
内容来自GopherCon 2014 High Performance Systems in Go by Derek Collison
使用 go tool pprof来发现性能瓶颈
不要在堆上分配生命周期很短的对象
在栈上分配或者使用生命周期长的对象(针对第二条)
对系统函数进行benchmark(比如strconv,defer,hashmap)
在性能关键路径上,不要使用channel.