What is the translation of " 垃圾收集器 " in English?

garbage collector
垃圾收集器
垃圾回收器
一个垃圾收集器
的垃圾回收器
garbage collectors
垃圾收集器
垃圾回收器
一个垃圾收集器
的垃圾回收器

Examples of using 垃圾收集器 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
垃圾收集器通过以下操作执行自动的动态内存管理:.
A garbage collector performs automatic dynamic memory management through the following operations:.
此外,垃圾收集器不能保证在任何特定时间运行。
Also, the garbage collector is not guaranteed to run at any specific time.
其目的是加速在HotSpot虚拟机中的其他垃圾收集器的开发。
Accelerate the development of other garbage collectors in HotSpot.
垃圾收集器会定期查找这些并清理它们。
The garbage collector periodically looks for these and cleans them up.
我们曾经手动管理内存,后来我们创建了垃圾收集器
We were managing memory and so we created garbage collectors.
JEP333:添加ZGC(一个可扩展的低延迟垃圾收集器).
JEP 333: ZGC: a scalable low-latency garbage collector.
太空垃圾收集器在第一次测试中击中障碍后燃烧.
Space junk collector burns up after hitting snag in first test.
为什么C++没有垃圾收集器??
Why doesn't C++ have a garbage collector?
首先你学到了为何堆和垃圾收集器是所有JavaJVM的关键部分。
First you learned how the Heap and the Garbage Collector are key parts of any Java JVM.
C,C++和Objective-C没有自动垃圾收集器,但是其他的语言有这个功能。
C, C++, and Objective-C do not provide automated garbage collectors; many other languages include them.
垃圾收集器是在C++基础上的一种极大进步,使许多编程问题消弥于无形之中。
The garbage collector is a huge improvement over C++, and makes a lot of programming problems simply vanish.
垃圾收集器是一种特殊的问题,因为我们永远不能确定它什么时候启动或者要花多长的时间。
But the garbage collector is a particular problem because you never quite know when it's going to start up or how long it will take.
通过引入一个干净的垃圾收集器(GC)接口,改善不同垃圾收集器的源码隔离性。
Improve the source code isolation of different garbage collectors by introducing a clean garbage collector(GC) interface.
JavaHotSpot垃圾收集器采用各种技术来提高这些操作的效率:.
The Java HotSpot garbage collectors employ various techniques to improve the efficiency of these operations:.
NET的托管环境中,其中垃圾收集器提供自动内存回收,因此不必或不可能显式地取消分配为对象分配的内存。
NET, wherein the garbage collector provides automatic memory reclamation, it is not necessary or possible to explicitly de-allocate memory that is allocated for objects.
Unsafe的标准化或是移除,以及默认垃圾收集器的变化,它要满足于更加谨慎的社区回应,而不仅仅是Jigsaw核心本身。
Unsafe and the change of default garbage collector which have met with a far more guarded community response than the core of Jigsaw itself.
其目的是加速在HotSpot虚拟机中的其他垃圾收集器的开发。
The intent is to speed up the development of other garbage collectors in the HotSpot virtual machine.
这里提示下大家,在并发阶段,垃圾收集器线程会使用一个或多个处理器。
To remind you- during a concurrent phase the garbage collector thread is using one or more processors.
在当前的JDK结构中,组成垃圾收集器(GC)实现的组件分散在代码库的各个部分。
In the current JDK structure, the components that make up a Garbage Collector(GC) implementation are scattered throughout various parts of the code base.
垃圾收集器(GC)在特定时间间隔后运行以删除未使用的对象并将该内存分配给新对象。
The garbage collector(GC) runs after the particular interval of time to remove the unused objects and allocates that memory to the new objects.
低暂停G1垃圾收集器将是CMS的长期替代品。
The low-pause G1 garbage collector is intended to be a long-term replacement for CMS.
垃圾收集器“知道”一个对象在什么时候不再使用,然后会自动释放那个对象占据的内存空间。
The garbage collector“knows” when an object is no longer in use, and it then automatically releases the memory for that object.
米格尔·卡斯特利亚诺斯已开始他的转变,因为垃圾收集器时车撞了他,这让他一个双截肢的事故。
Miguel Castellanos was beginning his shift as a garbage collector when a car hit him, an accident that left him a double amputee.
现在我们来看看"mark-and-sweep"垃圾收集器如何处理它。
Now let's see how“mark-and-sweep” garbage collector deals with it.
此外,JEP333还引入了实验性ZGC,一种可扩展的低延迟垃圾收集器
Plus, JEP 333 introduces the experimental ZGC,a scalable low-latency garbage collector.
垃圾收集器:为了避免在创建和销毁对象时出现问题,对象管理由Java运行时环境(JRE)控制。
Garbage-collector: to prevent problems with creating and deleting objects, the object administration is being handled by the Java runtime-environment.
这是可能的定义,将刚刚被垃圾收集器的对象的最终毁灭之前被调用的方法。
It is possible to define a method that will becalled just before an object's final destruction by the garbage collector.
它是一个值类型(因此没有被垃圾收集器跟踪),它试图统一对任何底层内存类型的访问。
It's a value type(so not tracked by the garbage collector) that tries to unify access to any underlying memory type.
实际上,这是在V8堆上由垃圾收集器管理的任何对象的情况)。
(In fact, this is the case for any object that is on the V8 heap andmanaged by the garbage collector.).
一旦没有对对象的引用,无法访问的内存就有资格被垃圾收集器自动释放。
Once no references to an object remain,the unreachable memory becomes eligible to be freed automatically by the garbage collector.
Results: 50, Time: 0.0205

Word-for-word translation

Top dictionary queries

Chinese - English