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
select optimization: avoid backtracking on mutually exclusive branches
When we match against characters that belong to no other select branch we can avoid backtracking by a significant amount.
Note: HeadOptions could be a fairly large sequence, here we use calculate_first() to evaluate the initial condition for a mutually exclusive branch*
0 commit comments