March 2020
Intermediate to advanced
406 pages
8h 39m
English
Memory management is paramount to system performance. Being able to utilize a computer's memory footprint to the fullest allows you to keep highly functioning programs in memory so that you don't often have to take the large performance hit of swapping to disk. Being able to manage memory effectively is a core tenet of writing performant Go code. In this chapter, we will learn about the following topics:
Understanding how memory is utilized can help you learn to utilize memory effectively in your programs. Memory is one of the fastest places in the computer ...
Read now
Unlock full access