Second Edition of The Garbage Collection Handbook Updates Automatic Memory Management Guide
By
andsoitis
Hot, fresh, and worth queueing round the block for.
Summary
The article discusses the second edition of 'The Garbage Collection Handbook: The Art of Automatic Memory Management,' which updates the comprehensive guide to automatic memory management. It builds upon Richard Jones's 1996 milestone book and its 2012 successor, capturing the evolution of memory management technology over the past sixty years. The handbook brings together knowledge from researchers and developers, comparing important approaches and state-of-the-art techniques in an accessible framework.
Key quotes
· 5 pulledRichard Jones's Garbage Collection (Wiley, 1996) was a milestone book in the area of automatic memory management.
The Garbage Collection Handbook: The Art of Automatic Memory Management captured the state of the field in 2012.
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.
You might also wanna read
DeiMOS: A Superoptimizer for the MOS 6502 Processor
The article introduces DeiMOS, a superoptimizer tool specifically designed for the MOS 6502 processor. A superoptimizer is a specialized too
Understanding the Complexity of Time Zones and the Value of the Time Zone Database
The article discusses the complexity of time zones and the importance of relying on existing solutions like the Time Zone Database rather th
Hidden Performance Costs in Programming Languages: Comparing C and Higher-Level Languages
The article examines the perception that systems programmers avoid higher-level languages due to hidden performance costs, while arguing tha
Inside Functional Programming Languages: Implementation Details and Compilation Phases
The article explores the internal workings and implementation details of functional programming languages, particularly Haskell-like languag
Chuck Moore's ColorForth: A Programming Language and Operating System Using Color as Syntax
ColorForth is a modern redesign of the classic Forth programming language that uses color as punctuation for syntax. Created by Chuck Moore,
D Programming Language: Combining Multiple Paradigms for Fast, Scalable Code
The article presents D as a programming language that combines multiple programming paradigms harmoniously, offering classic polymorphism, v
