Professor Richard Jones receives Book Authority awards for The Garbage Collection Handbook

Garbage Collection Handbook

Congratulations to Professor Richard Jones, Emeritus Professor of Computer Systems in the School of Computing, who has been awarded Book Authority’s Best Memory Management Books of All Time and Best Data Structure Books of All Time for his book The Garbage Collection Handbook: The Art of Automatic Memory Management (Chapman & Hall, 2012).

The book, co-authored with Antony Hosking and Eliot Moss, brings together a wealth of knowledge gathered by automatic memory management researchers and developers over the past fifty years. The authors compare the most important approaches and state-of-the-art techniques in a single, accessible framework.

The book addresses new challenges to garbage collection made by recent advances in hardware and software. It explores the consequences of these changes for designers and implementers of high performance garbage collectors. Along with simple and traditional algorithms, the book covers state-of-the-art parallel, incremental, concurrent, and real-time garbage collection. Algorithms and concepts are often described with pseudocode and illustrations.

The nearly universal adoption of garbage collection by modern programming languages makes a thorough understanding of this topic essential for any programmer. This authoritative handbook gives expert insight on how different collectors work as well as the various issues currently facing garbage collectors. Armed with this knowledge, programmers can confidently select and configure the many choices of garbage collectors.

Further information about The Garbage Collection Handbook can be found here:
https://gchandbook.org/