andgineer / TRegExpr

Regular expressions (regex), pascal.
https://regex.sorokin.engineer/en/latest/
MIT License
174 stars 63 forks source link

Optimize branch #347

Closed User4martin closed 1 year ago

User4martin commented 1 year ago

The last section of a branch (abc|def|last) does not need a recursive call. Minor speed up.

Alexey-T commented 1 year ago

@User4martin You need 'git pull' as I removed old comments.