大胡子小哥教go
go tooling in action
主要介绍了一下命令工具,最后用profile做了个webserver的优化
- Command
go list -f '{{ join .Imports "\n"}}'
go list -f '{{ join .Imports "\n"}}' log
go doc fmt
go doc fmt printf
godoc -http :6060
go tool vet
debug daemon
test
table driven test
直接发请求测试用火焰图调优
go-wrk
go tool pprof
go-torch
go test bench
- 正则表达式build一次
- 不用正则表达式
- set http header type
感想
先profile,再调优。收集到详细可信的数据,问题即使不能解决,至少清楚在哪里了。
另
关于daemon到讨论很有意思
https://github.com/golang/go/issues/227
有疑问加站长微信联系(非本文作者)