#ImportantComponents

Thiago Bomfimthiagobfim
2025-05-03
Thiago Bomfimthiagobfim
2025-03-23

G1 (Garbage First) GCUsage: General-purpose, large heap applications.Mechanism: Divides the heap into regions and focuses on collecting regions with the most garbage first.

Read more 👉 lttr.ai/AYt41

Thiago Bomfimthiagobfim
2024-12-27

Serial GCUsage: Single-threaded applications.Mechanism: Uses a single thread to perform all GC work, causing more stop-the-world (STW) pauses.

Read more 👉 lttr.ai/AYUi3

Thiago Bomfimthiagobfim
2024-10-11

Shenandoah GCUsage: Low-latency applications.Mechanism: Performs concurrent compaction along with concurrent marking and evacuation phases.

Read more 👉 lttr.ai/AX1JX

Thiago Bomfimthiagobfim
2024-09-10

ZGC (Z Garbage Collector)Usage: Ultra-low latency applications.Mechanism: Designed for heaps ranging from small to very large (multi-terabyte).

Read more 👉 lttr.ai/AWRhA

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst