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: replace list length-checks with pattern matching
This replaces few length check on hot paths with patternmatching. According
to benchmarks I ran it gives 3-8% or performance gains on parsing a realistic
files.
0 commit comments