Parallel Garbage Collector的意思|示意

美 / / 英 / /

并行垃圾收集器


Parallel Garbage Collector的网络常见释义

并行垃圾回收器 垃圾回收器主要有4种:串行垃圾回收器(Serial Garbage Collector) 、并行垃圾回收器(Parallel Garbage Collector)、并发标记扫描垃圾回收器(CMS Garbage Collector)、G1垃圾回收器(G1 Garbage Collector),具体如下: 串行垃圾回收器 串行垃...

Parallel Garbage Collector相关例句

The garbage collector uses them to accelerate concurrent and parallel garbage collection; the scheduler uses them to efficiently schedule threads and processes and to implement intrinsic locking.

垃圾收集器使用非阻塞算法加快并发和平行的垃圾搜集;调度器使用非阻塞算法有效地调度线程和进程,实现内在锁。