Lua performs automatic memory management. This means that you do not have to worry about allocating memory for new objects or freeing it when the objects are no longer needed. Lua manages memory automatically by running agarbage collectorto collect alldead objects(that is, objects that are no l...
垃圾回收算法手册:自动内存管理的艺术 pdf epub mobi txt 电子书 下载 具体描述 编辑推荐 在自动内存管理领域,Richard Jones于1996年出版的《Garbage Collection: Algorithms for Automatic Dynamic Memory Management》可谓是一部里程碑式的作品。接近20年过去了,垃圾回收技术得到了非常大的发展,因此有必要将该领域当前*...
Lua performs automatic memory management. This means that you do not have to worry about allocating memory for new objects or freeing it when the objects are no longer needed. Lua manages memory automatically by running agarbage collectorto collect alldead objects(that is, objects that are no l...
The Garbage Collection Handbook: the Art of Automatic Memory Management 出版者的话 译者序 前言 作者简介 第1章 引言 1 1.1 显式内存释放 1 1.2?自动动态内存管理 3 1.3 垃圾回收算法之间的比较 5 1.3.1 安全性 5 1.3.2 吞吐量 5 1.3.3 完整性与及时性 5 ...
垃圾回收算法手册:自动内存管理的艺术 《垃圾回收算法手册:自动内存管理的艺术》是机械工业出版社出版的图书,作者是Richard Jones、Eliot Moss、Antony Hosking。