59
Points
10
Comments
teleforce
Author

Top Comments

pdevrJun 26
I had the 2012 print edition. One of the best books available - the best book that I knew - about GC at that time.

Anti-pattern: Regarding the 2023 e-book edition, I do not see a way to buy it from the site, or even a link to buy.

hamstergeneJun 26
What I didn’t like about this series of books was choosing “garbage collection” as umbrella term for both tracing GC and reference counting, without verifying if programming community would agree with that, which turned out they didn’t.

I’ve seen a lot of threads here and on reddit where people were arguing about terminology purely because of this book alone.

By that definition, C++ code has garbage collection if it uses std::shared_ptr, going against widespread common usage of the term “garbage collected programming language” which specifically contrasts manual languages like C++ or Rust against garbage collected ones.

“Automatic Memory Management” is a lot more suitable description to what programmers have to do to manage memory; it is now in the title but still hasn’t become the primary term.

rayinerJun 26
How good are AIs at coding manual memory management? Is this a sea change in automatic memory management?
orionblastarJun 25
I remember reading it before. My son threw it away when we moved houses, not knowing how important it was. I'd recommend it.
Visit the Original Link

Read the full content on gchandbook.org

Source
gchandbook.org
Author
teleforce
Posted
June 25, 2026 at 11:10 PM


More Top Stories

om.co Jun 25
Om Malik has died
50652 commentsby minimaxir
Details
bloomberg.com Jun 25
Apple to skip high-end M6 Mac chips in favor of AI-focused M7 line
7444 commentsby scrlk
Details
scrollprize.org Jun 25
An entire Herculaneum scroll has been read for the first time
1007225 commentsby verditelabs
Details
lcamtuf.substack.com Jun 26
AI children's books, body horror edition
466 commentsby surprisetalk
Details
expression.fire.org Jun 25
The 'papers, please' era of the internet will decimate your privacy
436204 commentsby bilsbie
Details
corentin-core.github.io Jun 26
A data race that doesn't compile
134 commentsby stmw
Details
👋 Need help with code?