Hi all,
I'm updating an asset of mine with a completely new code base. One of the goals is to ensure zero per-frame allocation to help ensure good performance on mobile devices. Coming across some interesting things so I thought I would track them as it might be of use to others.
WARNING: The notes in this thread should not be taken as gospel or even advice. It is very situational and may lead you astray if you aren't an experienced coder. Please consider it a set of examples to...
Notes on Avoiding Memory Allocations
I'm updating an asset of mine with a completely new code base. One of the goals is to ensure zero per-frame allocation to help ensure good performance on mobile devices. Coming across some interesting things so I thought I would track them as it might be of use to others.
WARNING: The notes in this thread should not be taken as gospel or even advice. It is very situational and may lead you astray if you aren't an experienced coder. Please consider it a set of examples to...
Notes on Avoiding Memory Allocations