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
Compare selectStatement by rule id instead of by name
Minor cleanup in parse_recursive(): cache the selectStatement rule id
once and compare integers on every call instead of re-comparing the
'selectStatement' string against every rule's name. Also drops the
$rules instance cache from the parser, which the hot path no longer
touches now that branch sequences are embedded in the selector.
0 commit comments