You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Avoids redundant non-inlined grow calls to inline allocators. TArray and TBitArray make use of this. TBitArray's default allocator is inline so this will improve performance of almost all TBitArray constructors. Also optimized TBitArray constructor. This should improve performance of TMap / TSet constructors since they use a TSparseArray that internally uses a TBitArray, #rb steve-robb [CL 10236411 by Johan Torp in Dev-Core branch]