【Golang】高性能编程之读写锁
high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)
Go 语言高性能编程
目录
序言
关于本书
第一章 性能分析
benchmark 基准测试
pprof 性能分析
第二章 常用数据结构
字符串拼接性能及原理
切片(slice)性能及陷阱
for 和 range 的性能比较
反射(reflect)性能
第三章 并发编程
读写锁和互斥锁的性能比较
如何退出协程(超时场景)
第四章 编译优化
减小编译体积
附录 Go 语言陷阱
数组和切片
基础入门
Go 语言简明教程
Go Test 单元测试简明教程
Go Protobuf 简明教程
Go RPC & TLS 鉴权简明教程
Go Mock (gomock)简明教程
Go Mmap 文件内存映射简明教程
Go Context 并发编程简明教程
Go WebAssembly (Wasm) 简明教程
Go Gin 简明教程
进阶系列
七天用Go从零实现系列
Web框架Gee
分布