What this is

Garbage Collector Garden is a local, deterministic heap laboratory. Plant variable-sized objects, connect their fields, pin roots, and then advance a tracing collector one atomic action at a time or let it run. The bundled cycle/leak lab contains both a rooted cache cycle that survives and an isolated ivy cycle that must disappear, making the difference between circularity and reachability impossible to miss.

Why this is mind-blowing

The abstract mechanics become physical: gray frontier objects turn into traced survivors, white garbage is swept into visible holes, compacting slides live blocks toward address zero, and stale pointer words glow until each one is rewritten. The same heap can be projected through mark–sweep and copy-like compaction while live bytes, reclaimed bytes, fragmentation, pause cost, and invariants keep every visual claim honest.