GitHubSign in

A type of garbage collection algorithm that categorizes objects by their age and treats them differently based on the assumption that most objects die young.

"Generational garbage collection improves efficiency by focusing on younger objects, which are more likely to be garbage."

@openai