Hacker News new | ask | show | jobs
by whateveracct 3931 days ago
GC allows advanced immutable data structures to "just work." So that's one use-case. They are always very complicated linked structures that would be a pain to manage manually. Immutable programming is all about making many, many, many short-lived objects, and modern GCs are great at handling those.