Switch to fewer allocations in UnicodeSet parsing #3684
Labels
C-unicode
Component: Props, sets, tries
good first issue
Good for newcomers
S-small
Size: One afternoon (small bug fix or enhancement)
T-techdebt
Type: ICU4X code health and tech debt
Milestone
icu_unicodeset_parser
uses a bunch of allocating types internally to allow for\x{61 62 63 64...}
) useVec<char>
{abcd...}
) useString
These can/should probably be swapped out for types with "small lives on stack, big lives on heap" semantics.
Linking PR: #3670
Discuss/decide: Priority of UnicodeSet parsing efficiency
The text was updated successfully, but these errors were encountered: