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

[moar] Use nqp::indexic op in QASTRegexCompilier #350

Merged
merged 2 commits into from Apr 13, 2017
Merged

Commits on Mar 30, 2017

  1. [moar] Use foldcase in QASTRegexCompilier

    The only remaining places in QASTRegexCompilier for MVM are used for
    character ranges, which need to stay lc and uc to make character ranges
    make sense.
    
    This takes advantage of the MoarVM case insensitive string index operator,
    giving us at least 1.8x speed boost doing case insensitive regex.
    samcv committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    ec85612 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2017

  1. Configuration menu
    Copy the full SHA
    7d9f43c View commit details
    Browse the repository at this point in the history