无用单元 meaning in Chinese
hash
Examples
- When no more storage is available, the system invokes a garbage collector .
当没有可用的存贮时,系统就调用无用单元收集程序。 - The parser needs to create event objects that later are subject to garbage collection
解析器需要创建事件对象,这些对象在以后被无用单元收集器回收。 - The virtual execution system , including a jit compiler , garbage collector , loader , and threading engine
虚拟执行系统( virtual execution system ) ,包括jit编译器、无用单元回收程序、装载器和线程引擎 - C is an effective , garbage - collected language that provides powerful object - oriented capabilities and allows you to get to the core of your programming tasks quickly
C #是一种高效、带有无用单元回收的语言,提供了强大的面向对象能力,可以让您迅速进入编程任务的核心。 - Nearly every release of the jvm has improved the performance of object creation and garbage collection . but there is still an overhead to having more objects rather than fewer
基本上每个jvm版本都会改进对象创建和无用单元回收的性能,但是较多的对象总会带来更多的开销。