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
perf: use is_match_at instead of shortest_match_at
Local benchmarks show up to 15% reduction in terms of number of
retired instructions executed and at least 5% reduction in terms
of CPU time.
This is basically a bit of a manual inlining here, instead of doing more
redirection.
PR #788
0 commit comments