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

Use Cache for tagname operations. #12309

Merged
merged 1 commit into from
Sep 9, 2015

Commits on Sep 8, 2015

  1. Use Cache for tagname operations.

    * Avoid running a regexp match against the same string many times.
    * Avoid searching the same string for a dash many times.
    * Change `Cache` to use `new EmptyObject()` since we do not need
      `delete` support, we don't need to force into "slow mode"
    rwjblue committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    c1dd47a View commit details
    Browse the repository at this point in the history