《垃圾回收手册:自动内存管理艺术(第2版)》
The Garbage Collection Handbook: The Art of Automatic Memory Management (2nd Ed) (2023)

原始链接: https://gchandbook.org/

《垃圾回收手册》第二版是关于自动内存管理演进的权威更新指南。本书以 1996 年和 2012 年的前作为基础,将六十年的研究成果整合为一个易于理解的框架。 本书旨在应对现代计算中日益复杂的内存管理问题,涵盖了传统算法以及最前沿的并行、并发和实时技术。新增内容包括关于节能回收和持久化的章节,以及对高性能商业回收器的详细分析。通过清晰的伪代码和图示,本书为开发人员提供了选择和配置高效垃圾回收策略所需的专业知识。 除正文外,作者还提供了一个包含近 3,400 篇相关文献的综合在线数据库。电子书版本通过超过 37,000 个超链接进一步增强了体验,为学生和专业人士提供了深度互联的资源。由于垃圾回收已成为现代编程语言的标准配置,这本权威著作对于任何寻求掌握高性能系统设计复杂性的程序员来说,都是不可或缺的工具。

Hacker News | 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 | 登录 **《垃圾回收手册:自动内存管理艺术》(第2版) (gchandbook.org)** 19 分,由 teleforce 发布于 1 小时前 | 隐藏 | 过往 | 收藏 | 3 条评论 **orionblastar** 1 小时前 [–] 我记得以前读过这本书。搬家时我儿子把它当垃圾扔了,他不知道这书有多重要。我推荐这本书。 回复 **travisgriggs** 6 分钟前 | 父评论 | 下一条 [–] 问:这个现实案例演示的是哪种回收方式? 答:复制式垃圾回收(半空间)。第 4 章! 很棒的书。我一直对 Baker 的跑步机算法(Baker's treadmill)很着迷。一直想找个实际案例,让我能用斐波那契数列大小的磨机来实现它。 回复 **tikhonj** 14 分钟前 | 父评论 | 上一条 [–] 讽刺的是,偏偏是这本书被“垃圾回收”掉(扔掉)了。 回复 准则 | 常见问题 | 列表 | API | 安全 | 法律 | 加入 YC | 联系 搜索:
相关文章

原文
The best Data Structures books of all time

Richard Jones’s Garbage Collection (Wiley, 1996) was a milestone book 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. However, 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 best Data Structures books of all time

The book addresses new challenges to garbage collection made by recent advances in hardware and software, and the environments in which programs are executed. 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.

Features of the book

  • 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 tricky 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 nearly 3,400 garbage collection-related publications

e-book and translations

The e-book enhances the print versions with a rich collection of over 37,000 hyperlinks to chapters, sections, algorithms, figures, glossary entries, index items, original research papers and much more.

Chinese and Japanese translations of the first edition were published in 2016. We thank the translators for their work in bringing our book to a wider audience.

Web Resources

The online bibliographic database includes nearly 3,400 garbage collection-related publications. It contains abstracts for some entries and URLs or DOIs for most of the electronically available ones, and is continually being updated. The database can be searched online, or downloaded as BibTeX, PostScript or PDF.

 
联系我们 contact @ memedata.com