The co-op bookstore for avid readers
Book Cover for: The Garbage Collection Handbook: The Art of Automatic Memory Management, Richard Jones

The Garbage Collection Handbook: The Art of Automatic Memory Management

Richard Jones

Published in 1996, Richard Jones's Garbage Collection was a milestone in the area of automatic memory management. The field has grown considerably since then, sparking a need for an updated look at the latest state-of-the-art developments. The Garbage Collection Handbook: The Art of Automatic Memory Management 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 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.

Web ResourceThe book's online bibliographic database at www.gchandbook.org includes over 2,500 garbage collection-related publications. Continually updated, it contains abstracts for some entries and URLs or DOIs for most of the electronically available ones. The database can be searched online or downloaded as BibTeX, PostScript, or PDF.

E-bookThis edition enhances the print version with copious clickable links to algorithms, figures, original papers and definitions of technical terms. In addition, each index entry links back to where it was mentioned in the text, and each entry in the bibliography includes links back to where it was cited.

Book Details

  • Publisher: CRC Press
  • Publish Date: Sep 30th, 2020
  • Pages: 520
  • Language: English
  • Edition: undefined - undefined
  • Dimensions: 9.90in - 6.90in - 1.10in - 1.95lb
  • EAN: 9780367659240
  • Categories: Programming - AlgorithmsLanguages - GeneralProgramming - Games

About the Author

Richard Jones is a professor of computer systems in the School of Computing at the University of Kent, Canterbury. He earned a B.A. in mathematics from Oxford University and an M.Sc. in computer science from the University of Kent. He spent a few years teaching at school and college before returning to higher education at the University of Kent.

Antony Hosking is an associate professor in the Department of Computer Science at Purdue University. He earned a B.Sc. in mathematical sciences from the University of Adelaide, Australia, an M.Sc. in computer science from the University of Waikato, New Zealand, and a Ph.D. in computer science from the University of Massachusetts. His work is in the area of programming language design and implementation, with specific interests in database and persistent programming languages, object-oriented database systems, dynamic memory management, compiler optimizations, and architectural support for programming languages and applications.

Eliot Moss is a professor in the Department of Computer Science at the University of Massachusetts Amherst. He earned a B.S.E.E., an M.S.E.E., and a Ph.D. in computer science from the Massachusetts Institute of Technology. After four years of military service, Dr. Moss joined the faculty at the University of Massachusetts Amherst. He works in the area of programming languages and their implementation and has built garbage collectors since 1978. In addition to his research on automatic memory management, he is known for his work on persistent programming languages, virtual machine implementation, and transactional memory. He worked with IBM researchers to license the Jikes RVM Java virtual machine for academic research, which eventually led to its release as an open source project.

More books by Richard Jones

Book Cover for: An Anthology of Butterflies and Moths: A Collection of Butterflies and Moths from Around the World, Richard Jones
Book Cover for: Safe at Last, Richard Jones
Book Cover for: Where Have You Been, Little Cat?, Richard Jones
Book Cover for: The Garbage Collection Handbook: The Art of Automatic Memory Management, Richard Jones
Book Cover for: Edgar's Guide to Jack the Ripper's East End, Richard Jones
Book Cover for: The Blessing: New and Selected Poems, Richard Jones
Book Cover for: The Polar Bear in the Garden, Richard Jones
Book Cover for: Climate Change: the Shiny Object in the Room: It's Not What You Think You Know, It's What You Need to Know!, Richard Jones
Book Cover for: An Essay on the Distribution of Wealth and on the Sources of Taxation. By the Rev. Richard Jones, Richard Jones
Book Cover for: Friendship with God: An Essay, Richard Jones
Book Cover for: Manga Dinosaurs, Richard Jones
Book Cover for: HDR Photography 'Art In Urban Exploration', Richard Jones
Book Cover for: Ants: The Ultimate Social Insects, Richard Jones
Book Cover for: Apropos of Nothing, Richard Jones
Book Cover for: DIY Hydroponic Gardens: The Complete Guide to Setting Up and Create DIY Sustainable Hydroponics Garden With The Best Techniques For Growing Fr, Richard Jones
Book Cover for: Edgar's Guide to Charlie Chaplin's London, Richard Jones

Praise for this book

The Garbage Collection Handbook is the most up-to-date, detailed, and exhaustive collation and description of the current state of the art of Garbage Collection and Automatic Memory Management available today. It is an imperative reference book for anyone working in the field, and I would consider it the textbook of reference covering GC 101 thru GC 530 course levels, if such courses were given at universities worldwide. As CTO of Azul Systems and co-creator of multiple modern concurrent collectors, Richard Jones' previous Garbage Collection book was indispensable to my work over the years. The Garbage Collection Handbook has immediately taken its place. Each of our GC engineers has a copy on their desk.
--Gil Tene, Chief Technical Officer and co-founder of Azul Systems

In a field replete with ephemera, this book, just like its predecessor, stands as a monumental work that will last for decades.
--Dr. Mario Wolczko, Research Director, Oracle Labs