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
BramTeurlings opened this issue
Jan 2, 2024
· 2 comments
Labels
INSTALLEREpic: Any tickets relating to the standalone srReshade addon installer in 3DGameBridgeGUIjiraIssue was imported from old Jira backlogrfeRequest for enhancement
The code for copying files has a lot of nested loops, performance can certainly be improved! At the same time I’m duplicating a lot of for loops that can be put into methods instead.
The code with the problems can be found in GuiHandler.cs
Some of the code is also annotated with Todos: that link to this ticket.
INSTALLEREpic: Any tickets relating to the standalone srReshade addon installer in 3DGameBridgeGUIjiraIssue was imported from old Jira backlogrfeRequest for enhancement
The code for copying files has a lot of nested loops, performance can certainly be improved! At the same time I’m duplicating a lot of for loops that can be put into methods instead.
The code with the problems can be found in GuiHandler.cs
Some of the code is also annotated with Todos: that link to this ticket.
Originally reported by , imported from: Fix amount of nested for loops
The text was updated successfully, but these errors were encountered: