Buddy
✅ Memory leak or What?
If you can afford to dump some money into it, https://www.jetbrains.com/dotmemory/ is an amazing tool to find possible memory leaks
114 replies
Is the check if variable is certain value creating performance hit?
An action still has to be made somehow, so if you want something to happen immediately, then you can skip using the update-loop; if you want to do something over-time then you need some kind of loop (Update-loop, etc)
78 replies