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
Some of the search tables for built-in unicode regular expressions are quite large, but I think 99.9999% of the time they will match ASCII characters, so we should implement a fast path for that. For example, XID_Start currently makes 9 range comparisons to match a.
The text was updated successfully, but these errors were encountered:
Some of the search tables for built-in unicode regular expressions are quite large, but I think 99.9999% of the time they will match ASCII characters, so we should implement a fast path for that. For example,
XID_Start
currently makes 9 range comparisons to matcha
.The text was updated successfully, but these errors were encountered: