
The Garbage Collection Handbook
The Art of Automatic Memory Management
Series: "International Perspectives on Science, Culture and Society";
- Publisher's listprice GBP 44.99
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 10% (cc. 2 277 Ft off)
- Discounted price 20 492 Ft (19 517 Ft + 5% VAT)
22 769 Ft
Availability
Not yet published.
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 2
- Publisher Chapman and Hall
- Date of Publication 1 July 2025
- ISBN 9781032231785
- Binding Paperback
- No. of pages609 pages
- Size 254x178 mm
- Language English
- Illustrations 77 Illustrations, black & white; 1 Illustrations, color; 77 Line drawings, black & white; 1 Line drawings, color; 8 Tables, black & white 700
Categories
Short description:
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
MoreLong description:
Published in 1996, Richard Jones's Garbage Collection was a milestone in the area of automatic memory management. Its widely acclaimed successor, The Garbage Collection Handbook: The Art of Automatic Memory Management, captured the state of the field in 2012. Modern technology developments have made memory management more challenging, interesting and important than ever. This second edition updates the handbook, bringing together a wealth of knowledge gathered by automatic memory management researchers and developers over the past sixty 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.
Features of this edition
- Provides a complete, up-to-date, and authoritative sequel to the 1996 and 2012 books
- Offers thorough coverage of parallel, concurrent, and real-time garbage collection algorithms
- Discusses in detail modern, high-performance commercial collectors
- Explains some of the trickier aspects of garbage collection, including the interface to the run-time system
- Over 90 more pages including new chapters on persistence and energy-aware garbage collection
- Backed by a comprehensive online database of over 3,400 garbage collection-related publications
The adoption of garbage collection by almost all 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.
http://gchandbook.org
MoreTable of Contents:
Introduction
Mark-Sweep Garbage Collection
Mark-Compact Garbage Collection
Copying Garbage Collection
Reference Counting
Comparing Garbage Collectors
Allocation
Partitioning the Heap
Generational Garbage Collection
Other Partitioned Schemes
Run-Time Interface
Language-Specific Concerns
Concurrency Preliminaries
Parallel Garbage Collection
Concurrent Garbage Collection
Concurrent Mark-Sweep
Concurrent Copying and Compaction
Concurrent Reference Counting
Real-Time Garbage Collection
Energy-Aware Garbage Collection
Persistence and Garbage Collection
Glossary
Bibliography
Index
More