DrewNaylor / guinget

Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software.
Apache License 2.0
135 stars 3 forks source link

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 1 year ago

DrewNaylor commented 1 year ago

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