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

Optimize RawLine by using a regexp instead of negative look-ahead rule #854

Merged
merged 2 commits into from
Dec 28, 2021

Commits on Dec 28, 2021

  1. Optimize RawLine by using a regexp instead of negative look-ahead rule

    This improves the performance in some cases.
    `rdoc .../gems/sinatra-2.1.0/README.md` takes 10.5 sec. before this
    change, and 7.1 sec. after this change.
    `make rdoc` of ruby/ruby takes 19.3 sec. before this change, 18.1 sec.
    after this change.
    mame committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    7cf8281 View commit details
    Browse the repository at this point in the history
  2. Skip Ruby 2.5

    mame committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    11c97b0 View commit details
    Browse the repository at this point in the history