垃圾收集器 的英文怎麼說

中文拼音 [shōu]
垃圾收集器 英文
garbage collector
  • : Ⅰ動詞1 (把攤開的或分散的事物聚集、合攏) put away; take in 2 (收取) collect 3 (收割) harvest...
  • : gatherassemblecollect
  • : 名詞1. (器具) implement; utensil; ware 2. (器官) organ 3. (度量; 才能) capacity; talent 4. (姓氏) a surname
  • 垃圾 : rubbish; garbage; refuse; breeze; [英國] dust; raffle; waste
  • 收集器 : accumulator
  • 收集 : collect; gather
  1. As i mentioned earlier, to take advantage of shared lists, you will definitely need a memory management strategy - probably garbage collection

    如前所述,為了利用共享列表,您顯然需要一個內存管理策略可能是垃圾收集器
  2. This practice is similar to the use of explicit nulling to help the garbage collector, which regular readers know that i do not recommend in general, but in this case the cost of maintaining garbage in a session is so much higher because of replication that it is worth trying to help the container in this way

    (這種做法類似於使用顯式nulling以幫助垃圾收集器,老讀者知道我一般不建議這樣做,但是在這種情況下,因為有復制,在會話中保持的成本要高得多,因此值得以這種方式幫助容。 )
  3. If the application makes poor decisions as to what objects to retain, performance can suffer as the garbage collector has to work harder to prevent the application from running out of memory

    如果應用程序做出了不好的決定,使得對象被保持,那麼性能會受到影響,因為垃圾收集器必須更加辛勤地工作,以防止應用程序消耗掉所有內存。
  4. Reference counting is simple, lends itself well to incremental collection, and the collection process tends to have good locality of reference, but it is rarely used in production garbage collectors for a number of reasons, such as its inability to reclaim unreachable cyclic structures objects that reference each other directly or indirectly, like a circularly linked list or a tree that contains back - pointers to the parent node

    引用計數很簡單,很適用於增量過程一般會得到好的引用區域性,但是出於幾個理由,它很少在生產垃圾收集器中使用,如它不能回不可到達的循環結構(彼此直接或者間接引用的幾個對象,如循環鏈接的列表或者包含指向父節點的反向指針的樹) 。
  5. Flag varies depends upon the jvm vendor, and different garbage collector options will report on information specific to its implementation

    旗標生成的輸出根據jvm廠商而不同,不同的垃圾收集器選項會報告特定於該實現的信息。
  6. Because most garbage collection algorithms stop the world for some period of time, a single - threaded garbage collector can quickly become a scalability bottleneck, because all but one processor are idle while the garbage collector has suspended the user program threads

    因為大多數演算法會在一段時間里使系統停止,單線程的很快會成為伸縮性瓶頸,因為在垃圾收集器將用戶程序線程掛起時,除了一個處理之外,其他的處理都是空閑的。
  7. Without the explicit null assignment, if the object being created is large enough, then eden gets full and the garbage collector cannot reclaim the currently referenced object

    如果沒有顯式地賦空變量,而且所創建的對象足夠大,那麼eden就會填滿,並且垃圾收集器就不能當前所引用的這個大型對象。
  8. " : kirk pepperdine and jack shirazi demonstrate how even a slow memory leak eventually puts overwhelming pressure on the garbage collector

    」 : kirk pepperdine和jack shirazi展示了緩慢的內存泄漏最終對于垃圾收集器造成了無法承受的壓力。
  9. " : kirk pepperdine and jack shirazi demonstrate how even a slow memory leak eventually puts overwhelming pressure on the garbage collector. reference objects and garbage collection

    」 : kirk pepperdine和jack shirazi論證了,即使緩慢的內存泄漏最終也會給垃圾收集器帶來巨大的壓力。
  10. However, their usefulness is tempered by the fact that they rely on the sometimes unpredictable behavior of the garbage collector

    然而,由於它們所依賴的垃圾收集器行為有時候無法預知,所以其實用性就會受到影響。
  11. This means that the garbage collector freed the memory for

    這意味著垃圾收集器釋放了
  12. Because the cost of a page fault is high, it is desirable that a garbage collector properly manage locality of reference

    因為頁面錯誤的成本很高,所以垃圾收集器正確管理引用的區域性( locality )是很必要的。
  13. While some believe that the job of the garbage collector is simply to reclaim unreachable memory, others believe that the garbage collector should also attempt to improve the reference locality of the user program

    雖然一些人認為垃圾收集器的工作只是回不可到達的內存,但是其他人認為垃圾收集器還應該盡量改進用戶程序的引用區域性。
  14. This paper introduces three classical algorithms for garbage collection. accordingly an accomplishment of garbage collector based on dsp platform is formulated at large

    列舉了的三種經典演算法,並結合實際項目,詳細闡述了基於dsp平臺的垃圾收集器的一種實現。
  15. The period of time when this occurs is known as the " stop - the - world " phase of gc, and, as the name implies, your application will come to a screaming halt while the garbage collector toils away

    按gc的術語,這段時間稱為「 stop - the - world 」 ,並且,正如其名字所表明的,在垃圾收集器努力工作時,應用程序有一個急剎車。
  16. " by sam borman covers the details of the ibm jvm garbage collector

    」討論了ibm jvm垃圾收集器的細節(
  17. Do you know what your garbage collector is up to

    您知道垃圾收集器在幹什麼嗎?
  18. How the garbage collector handles references

    垃圾收集器如何處理references
  19. When the garbage collector encounters a

    垃圾收集器在跟蹤堆期間遇到一個
  20. As the jvm has evolved, the default garbage collector has gotten better and better. the generational collector employed by jdk 1. 2 and later offers far better allocation and collection performance than the mark - sweep - compact collector used by earlier jdks

    Jdk 1 . 2及以後版本所使用的分代垃圾收集器提供了比早期jdk所使用的標記-清除-整理好得多的分配和性能。
分享友人