March 2025
Intermediate to advanced
442 pages
11h 16m
English
Our memory-management toolbox is growing with every chapter. We now know how to overload memory allocation operators (Chapter 7) and how to put this skill to work in ways that solve a variety of concrete problems (Chapter 8 and Chapter 9 both give a few illustrative, real-world examples).
One important reason why one would want to take control of memory allocation mechanisms is performance. Now, it would be presumptuous (and plain wrong!) to state that it’s trivial to beat the implementation of these functions as provided by your library vendor, as these are good, often very good, for the average case. The key element of the previous phrase, of course, is “for the average case.” When one’s ...
Read now
Unlock full access