1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:08:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibLocale
Timothy Flynn c9b39c0c39 LibLocale: Decide to skip parsing CLDR calendars a little earlier
We currently parse each CLDR calendar, then decide based on its primary
key whether we want to skip it. Instead, we can decide to skip it based
on its file name.

This reduces the runtime of GenerateLocaleData from 2.03s to 1.97s.
2023-07-28 21:05:52 +02:00
..
CMakeLists.txt LibUnicode: Move CLDR data generators to a LibLocale subfolder 2022-09-05 14:37:16 -04:00
GenerateDateTimeFormatData.cpp AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
GenerateLocaleData.cpp LibLocale: Decide to skip parsing CLDR calendars a little earlier 2023-07-28 21:05:52 +02:00
GenerateNumberFormatData.cpp AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
GeneratePluralRulesData.cpp LibLocale: Avoid unnecessary HashMap copy 2023-05-19 22:33:57 +02:00
GenerateRelativeTimeFormatData.cpp AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00