Part 3: Performance
In this part, we will take a tour on advanced topics that are crucial for developing high-performance, efficient, and reliable Go applications. This section focuses on memory management, performance analysis. By understanding these concepts, you’ll be better equipped to optimize your Go applications and manage system resources effectively.
This part has the following chapters:
- Chapter 8, Memory Management
- Chapter 9, Analysing Performance