Closed NightOwl888 closed 1 year ago
The LocaleIDParser is used by UCultureInfo and in UResourceBundle as one of the primary ways of determining which resources to load, so optimizing this parser is very impactful in reducing heap allocations and GC.
LocaleIDParser
UCultureInfo
UResourceBundle
The
LocaleIDParser
is used byUCultureInfo
and inUResourceBundle
as one of the primary ways of determining which resources to load, so optimizing this parser is very impactful in reducing heap allocations and GC.