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: simplify normalizeString #27240

Closed
wants to merge 1 commit into from

Conversation

BridgeAR
Copy link
Member

This improves the path.normalize() and path.resolve() performance a
very tiny bit.
One statement could never be truthy, another check could be simplified
and count is now monomorphic.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
@nodejs-github-bot nodejs-github-bot added the path Issues and PRs related to the path subsystem. label Apr 15, 2019
@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 15, 2019
@lpinca
Copy link
Member

lpinca commented Apr 15, 2019

Did you mean code instead of count in commit message?

This improves the `path.normalize()` and `path.resolve()` performance a
tiny bit.
One statement could never be truthy, another check could be simplified
and `code` is now monomorphic.
@danbev
Copy link
Contributor

danbev commented Apr 18, 2019

Landed in 9946c59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. path Issues and PRs related to the path subsystem.
5 participants