garbage collectors的意思
garbage collectors中文翻譯:
n.清除垃圾的人;清潔工
n.垃圾收集工( garbage collector的名詞復數 )
相似詞語短語
garbage collector───n.清除垃圾的人;清潔工
garbage collections───碎片帳集
garbage collection───碎片帳集
rate collectors───收費員
art collectors───藝術收藏家
rate collector───收費員
art collector───藝術收藏家
bow collectors───弓形集電器
debt collectors───收債人;收帳員
雙語使用場景
On the other hand, traditional garbage collectors can introduce long delays at times that are virtually impossible for the application programmer to predict.───另一方面,傳統的垃圾收集器可導致長時間的延遲,而應用程序編程人員幾乎不可能預測出這一時間。
one point, she was buying presents for close to 30 people, plus friends, neighbors, even the garbage collectors.───有一度,她要給將近30個人買禮物,還有朋友、鄰居,甚至垃圾清潔工。
It was probably for performance reasons; early JVMs had less efficient garbage collectors.───這可能是出于性能上的原因,因為早期的JVM具有不太有效的垃圾收集器。
None of the standard garbage collectors in the JDK uses reference counting; instead, they all use some form of tracing collector.───JDK中的標準垃圾收集器都沒有使用引用計數,相反,它們都使用某種形式的跟蹤收集器(tracingcollector)。
Incremental: Incremental garbage collectors do not require a full run through all data objects.───增量的(Incremental):增量垃圾收集器不需要遍歷全部數據對象。
Conservative: Conservative garbage collectors do not need to know anything about the structure of your data to manage memory.───保守的(Conservative):保守的垃圾收集器在管理內存時不需要知道與數據結構相關的任何信息。
To begin tracing through live objects, garbage collectors start from a set of initial objects obtained from roots.───為了開始跟蹤活對象,垃圾收集器從一組根中獲得的初始對象開始。
In the pinnacle of dirty jobs, garbage collectors have to deal hands-on with our trash, day in and day out.───垃圾清理工每天都要用手來清理我們的垃圾,達到骯臟工作之巔峰。
In the Mediterranean port city of Marseille, strikes by garbage collectors have led to small hills of rubbish rotting on the sidewalks.───在地中海港口城市馬賽,清潔工額罷工導致在人行道上堆滿了垃圾山。
英語使用場景
On the other hand, traditional garbage collectors can introduce long delays at times that are virtually impossible for the application programmer to predict.
One has to be careful about doing this however, as it can create a circular reference that will interfere with both the Lisp and .NET garbage collectors.
Garbage collectors that group objects that are accessed at the same time together have a positive effect on application performance.