In this section, you'll learn why performance concepts are important in Go. They allow you to serve concurrent requests effectively. Go was written with performance in mind, and understanding the performance idioms associated with writing Go code will help you to write code that will help in many situations.
This section contains the following chapters:
- Chapter 6, Composing Readable Go Code
- Chapter 7, Template Programming in Go
- Chapter 8, Memory Management in Go
- Chapter 9, ​GPU Parallelization in Go
- Chapter 10, Compile Time Evaluations in Go