MDEV-27265 Improve contraction performance in UCA collations
Adding a hash table for contractions. The old code iterated through all items in MY_CONTRACTIONS, and was much slower, especially for those contractions in the end of the list.
Showing
This diff is collapsed.
Please register or sign in to comment