Hacker News new | ask | show | jobs
by unclad5968 193 days ago
In my experience, when using Unity, I became acutely aware of creating garbage and how to avoid it. I used to see a lot of object pooling which is basically a makeshift arena allocator.