You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Removed conversion/creation of temporary strings when sorting. - Removed several branching operations. - Used Stricmp rather than operator<() as it tells if the string is <> or == in a single operation. - Sorted the 'Last Modified' column using FDateTime rather that the FText/FString. - Mesured before/after the change with Insight, in average, the sorting 15 now times faster. (avg 2.4 ms for 7600 items). - Do not sort by default, waited until the user decide to sort to enable the feature. #rb Patrick.Enfedaque #jira UE-139957 - Changelists window refreshes excessively (Partially adressing this issue). #preflight 63500e398176062ea7e3f6ed [CL 22635606 by patrick laflamme in ue5-main branch]