ZeroTrie: Make plain ASCII and Ignore Case have same representation #5584
Labels
2.0-breaking
Changes that are breaking API changes
C-unicode
Component: Props, sets, tries
T-enhancement
Type: Nice-to-have but not required
Milestone
Currently they have different representations due to how they order strings. However, this is trivial to fix at runtime by writing a custom comparator in the binary search. Making them have the same representation would make it easier to swap between the two representations in the future without breaking data.
The text was updated successfully, but these errors were encountered: