17 Jun
2020
17 Jun
'20
10:43 p.m.
Locale uses ICU directly, so there is an ICU dependency. Locale's (read: ICU's) collation is faster than Text's. Text is faster at everything else. Locale seems to be based around char and wchar_t. Text is fully generic.
Can we use text to remove ICU dependency?