You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a fast path returning Cow::Borrowed for ASCII-only prepping
For already normalized JIDs, this reduces the parsing time by -69.6% to
-98.5% depending on the length of the JID, and only increases it for
other JIDs by +5.8% which is quite acceptable in that uncommon case.
0 commit comments