ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 3d67f6bd29 LibUnicode: Generate and use unique list-format strings
The list-format strings used for Intl.ListFormat are small, but quite
heavily duplicated. For example, the string "{0}, {1}" appears 6,519
times. Generate unique strings for this data to avoid duplication.
2021-10-10 22:21:48 +02:00
..
CMakeLists.txt Meta: Define and use lagom_tool() CMake helper function for all Tools 2021-09-15 19:04:52 +04:30
GenerateUnicodeData.cpp LibUnicode: Stop generating large UnicodeData hash map 2021-10-10 13:49:37 +02:00
GenerateUnicodeLocale.cpp LibUnicode: Generate and use unique list-format strings 2021-10-10 22:21:48 +02:00