Hacker News new | ask | show | jobs
by riffraff 4496 days ago
how is generational GC a java thing? It's been around since the '80s [0]

[0] 1983 "A real-time garbage collector based on the lifetimes of objects"

1 comments

Generational GC itself is not specific to java. But if you want to look at state-of-the-art collectors then you'll generally find them in JVMs.