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

path: remove unnecessary string copies #14438

Closed
wants to merge 5 commits into from

Commits on Jul 23, 2017

  1. path: remove unnecessary string copy

    At this line, `path` has a length of 2, so `path.slice(0, 2) === path`.
    tniessen committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    6aff340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530f300 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. More optimizations

    tniessen committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    8a07118 View commit details
    Browse the repository at this point in the history
  2. add tests

    tniessen committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    25d9601 View commit details
    Browse the repository at this point in the history
  3. add more detailed tests

    tniessen committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    fdbffaf View commit details
    Browse the repository at this point in the history