Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

03 Memory Models

❯

01 Concept

❯

Concurrent GC

Concurrent GC

Feb 10, 20261 min read

  • memory-models
  • gc
  • concurrent

Concurrent GC

← Back to Garbage Collection (GC)

Garbage collectors that perform most of their work concurrently with application threads, minimizing pause times. Modern concurrent collectors like G1, ZGC, and Shenandoah target sub-millisecond pauses even with large heaps.

Key Properties

  • G1, ZGC, Shenandoah
  • Minimize Pause Times

memory-models gc concurrent


Graph View

  • Concurrent GC
  • Key Properties

Backlinks

  • Garbage Collection (GC)
  • G1, ZGC, Shenandoah
  • Minimize Pause Times

Created with Quartz v4.5.2 © 2026

  • GitHub