5 ms·
There isn’t though. Garbage collectors aren’t magical black boxes with no levers, and you can use them how you like. You address performance problems relating
by jmull 1mo ago
There isn’t though.
Garbage collectors aren’t magical black boxes with no levers, and you can use them how you like.
You address performance problems relating to GC the same as you do anything else: measure, analyze, optimize, repeat.
- slopinthebag 1mo agoThe difference is that you don't need to be pushing the boundaries at all to get into trouble with the GC. All you have to do is use it as it's intended.