The post provides an overview of garbage collection in Java and details seven garbage collectors: Serial GC, Parallel GC, Concurrent Mark Sweep GC, Z GC, G1 GC, Shenandoah GC, and Epsilon GC. It explains the metrics used to evaluate GC algorithms, such as latency, throughput, and memory footprint. Each garbage collector is

4m read timeFrom medium.com
Post cover image
Table of contents
7 Types of Garbage Collectors in JavaAgendaWhat is Garbage CollectionThree Metrics of a GC algorithm7 GC AlgorithmsChoosing and fine-tuning the garbage collector settingsFurther reading

Sort: