Go/Optimization
From charlesreid1
Writing and Optimizing Go code: https://github.com/dgryski/go-perfbook/blob/master/performance.md
Split into sections:
- Be reasonable (how to write non-slow software, 101 level stuff)
- Be deliberate (how to write fast software, how to get the best from Go)
- Be dangerous (how to optimize code to make it really fast)