Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular parser performance improvements #28

Merged
merged 5 commits into from
Jan 24, 2016

Commits on Jan 23, 2016

  1. Configuration menu
    Copy the full SHA
    f981342 View commit details
    Browse the repository at this point in the history
  2. inlined discardBacktrack(), refactored tokens to be raw array rather …

    …than SplStack, simplified backtrack()
    thunderer committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    3f4c8d1 View commit details
    Browse the repository at this point in the history
  3. changed shortcode rule to merge shortcodes matched in content if end …

    …of string was reached, modified backtracks logic, added performance tests
    thunderer committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    a99ad20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb342ff View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. rewritten RegularParser's lexer/tokenizer to a single regex with alte…

    …rnating matches which completes last performance bottleneck
    thunderer committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    6a4dee7 View commit details
    Browse the repository at this point in the history