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
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
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
Some may be unavoidable, but I feel like that would be a consequence of bad code design rather than something that's actually impossible.