5
votes
1answer
162 views
Should you collect the young generation first in a full garbage collection?
I'm writing a program that contains a generational garbage collector. There are just two generations. What I wonder is: When doing a full collection, do I gain anything (performance-wise) by first …
