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(grammar): reorder pest grammar operations by usage frequency
Reorganized operation alternatives based on actual benchmark usage
patterns to optimize PEG parser performance. Most frequently used
operations (split, join, upper, lower, trim, substring, reverse) are now
tested first.
0 commit comments