分代收集(Generational Collecting):基于对于对象性命周期剖析后得出的垃圾回收算法。把工具分为年轻代、年迈代、耐久代,对差别性命周期的对象使用没有同的算法(上...
基于122个网页-相关网页
分代收集算法 Generational Collection ; Generation-based Algorithm
精确分代垃圾收集技术 Precise Generational GC
分代垃圾收集 Precise generational garbage collection
分代收集证明是非常高效的,尽管在运行时它需要更多的簿记。
Generational garbage collection turns out to be very effective, although it introduces several additional bookkeeping requirements at runtime.
分代收集的一个优点是它不同时收集所有的代,因此可以使垃圾收集暂停更短。
One of the advantages of generational collection is that it can make garbage collection pauses shorter by not collecting all generations at once.
分代收集器对不同的代可以自由使用不同的收集策略,对各代分别进行垃圾收集。
A generational collector is free to use a different collection strategy for different generations and perform garbage collection on the generations separately.
应用推荐