You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
#172
Open
DrewNaylor opened this issue
Aug 5, 2023
· 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.
The text was updated successfully, but these errors were encountered: