garbage collection
garbage collection什么意思,garbage collection翻译
基本解释
un.: 无用单元收集;无用存储单元的收集;垃圾惧
网络: 垃圾回收;垃圾收集;垃圾回收机制
英汉解释
垃圾惧
无用存储单元的收集
无用单元收集
例句
The vast majority of resources used in Java programs are objects, and garbage collection does a fine job of cleaning them up.
Java程序中使用的绝大多数资源都是对象,垃圾收集在清理对象方面做得很好。
The noVNC code is now optimized to the point where I"m beginning to run into garbage collection as one of the main performance bottlenecks.
现在noVNC代码还在不断优化,垃圾收集器已经成为一个主要的性能瓶颈,我开始深入到其中解决问题了。
In determining when to schedule garbage collection, the runtime takes into account how much managed memory is allocated.
在确定何时安排垃圾回收时,运行库将考虑分配多少托管内存。
By arranging for most objects to survive less than one collection, garbage collection can be very efficient.
通过安排大多数对象的存活期不超过一个收集周期,垃圾收集可以变得非常有效。
With that level of object churn going on there was no question that garbage collection was going to be a problem.
对于这样一种数量级的对象群来说,垃圾回收毫无疑问会成为一个问题。
The first is how often the garbage collector has been called and how much time was spent during garbage collection.
首先是调用垃圾收集器的频率和垃圾收集过程中花费的时间。
Finally, it indicates how much time the garbage collection took -- also the amount of time your application was halted.
最后,指出垃圾收集花费的时间,也即应用程序中止的时间量。
As is the case with application stutters, we need to observe garbage collection behavior to see if it is working harder than it needs to.
对于应用程序不连贯的情况,我们需要观察垃圾收集行为以了解看它做的是否比所需要的更多。
This counter is updated at the end of every garbage collection, not at each allocation.
此计数器在每次垃圾回收结束时(而不是在每次分配时)进行更新。
Microglia are like the body"s natural garbage collection cells that rush to damaged or inflamed areas to get rid of toxic substances.
小胶质细胞就像是机体中自然产生的垃圾收集细胞,它能够转移到受损或发炎区域来处理这些毒性物质。