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...
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章 引言 11.1 显式内存释放 11.2?自动...
2.5 – Garbage Collection 自动垃圾回收 Lua 5.3 Reference Manual 2.5 – Garbage Collection 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...
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 ...
垃圾回收算法手册:自动内存管理的艺术 pdf epub mobi txt 电子书 下载 具体描述 编辑推荐 在自动内存管理领域,Richard Jones于1996年出版的《Garbage Collection: Algorithms for Automatic Dynamic Memory Management》可谓是一部里程碑式的作品。接近20年过去了,垃圾回收技术得到了非常大的发展,因此有必要将该领域当前*...
垃圾回收算法手册:自动内存管理的艺术 《垃圾回收算法手册:自动内存管理的艺术》是机械工业出版社出版的图书,作者是Richard Jones、Eliot Moss、Antony Hosking。