Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.69 KB

File metadata and controls

29 lines (25 loc) · 2.69 KB

Resources: JVM Garbage Collection

Knowledge

Wisdom (Communities)

  • r/java High-signal for JVM ecosystem discussion; GC questions get serious answers. Use for: sanity-checking claims, seeing real production GC war stories.
  • r/programming Broad; good for papers and blog posts about collector design once past the basics.
  • Local: the JCore codebase itself (src/Memory/gc_*.c) The most reliable "community" for this mission — JCore's collectors are the primary lab and ground truth.