guinget icon indicating copy to clipboard operation
guinget copied to clipboard

I think there are some variables that are created inside loops, and apparently that's bad for performance with the Garbage Collector or something so I need to minimize that where possible and instead only assign them inside the loops.

Open DrewNaylor opened this issue 2 years ago • 0 comments

Some may be unavoidable, but I feel like that would be a consequence of bad code design rather than something that's actually impossible.

DrewNaylor avatar Aug 05 '23 00:08 DrewNaylor