FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

esm: improve packageResolve by himself65 · Pull Request #34269 · nodejs/node · GitHub

/ node Public

esm: improve packageResolve - #34269

Closed
himself65 wants to merge 6 commits into
nodejs:masterfrom
himself65:20200708-enhance
Closed

esm: improve packageResolve#34269
himself65 wants to merge 6 commits into
nodejs:masterfrom
himself65:20200708-enhance

Conversation

Copy link
Copy Markdown
Member

enhance time complexity from O(n) to O(1)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the esm Issues and PRs related to the ECMAScript Modules implementation. label Jul 9, 2020

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/32259/

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/32260/

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/32261/

KuthorX left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

Copy link
Copy Markdown
Contributor

@himself65 this is great, thank you for looking into these algorithms.... it seems we may have both hit this at the same time again as I just included a similar refactoring in #34117 which I was hoping to land soon.

Would you be ok with waiting on that PR here?

Copy link
Copy Markdown
Member Author

sure! Thanks for notice that

himself65 closed this Jul 12, 2020
himself65 deleted the 20200708-enhance branch July 12, 2020 14:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

esm Issues and PRs related to the ECMAScript Modules implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL