You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The editor specific feature of querying the file system to identify newly created packages (not having a corresponding file on disk) is really slow. Early out from this expensive check when the package already has a known file size. VTune user-mode cpu sampling time results when cooking a big data set (~200 000 packages): UCookOnTheFlyServer::MaybeMarkPackageAsAlreadyLoaded() down from 10 sec to 0.1 sec, a 100X speedup. FLinkerLoad::LoadAllObjects down from 400 sec to 280 sec, a 1.4X speedup, i.e. ~4% (120 sec) of the total load time of 2750 sec. #rb robert.manuszewski #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: pj.kack #ROBOMERGE-SOURCE: CL 5818305 via CL 5818901 via CL 5818980 #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) [CL 5850341 by pj kack in Dev-Anim branch]