Skip to content

Performance improvements

Latest
Compare
Choose a tag to compare
@Tanuel Tanuel released this 06 Oct 09:07
· 2 commits to master since this release
  • Use Regex Marks instead of iteratively matching each token independently. Thanks @nikic for the Feedback!
  • Use strstr and substr instead of regexps in some cases
  • Remove AbstractTokenDefinition->getRegex() as it is no longer used