You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add fast path for ASCII only text and reduce loop iteration cost - 550ms -> 133ms of aggregated time during editor startup - Other tests to ensure no regression on worst case scenarios - 5.0s -> 1.5s (1GB UTF8 with ASCII Only) - 4.8s -> 2.4s (1GB UTF8 with extended char every 16 chars) - 4.2s -> 3.6s (1GB UTF8 with extended char every 8 chars) #rnx #rb Josh.Adams, Steve.Robb #ROBOMERGE-SOURCE: CL 12973650 via CL 12973652 via CL 12973653 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288) [CL 12973702 by danny couture in Main branch]