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

dns: call `ada::idna::to_ascii` directly from c++ by anonrig · Pull Request #47920 · nodejs/node · GitHub

/ node Public

dns: call ada::idna::to_ascii directly from c++ - #47920

Merged
nodejs-github-bot merged 1 commit into
mainfrom
improve-dns
May 10, 2023
Merged

dns: call ada::idna::to_ascii directly from c++#47920
nodejs-github-bot merged 1 commit into
mainfrom
improve-dns

Conversation

anonrig commented May 8, 2023
edited
Loading

Copy link
Copy Markdown
Member

Reduces the C++/JS bridge crosses by calling toASCII directly from C++.

Fixes: nodejs/performance#77

Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1335/

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/net

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels May 8, 2023

anonrig commented May 8, 2023
edited
Loading

Copy link
Copy Markdown
Member Author

@nodejs/net benchmarks/dns does not run the path I've changed and do not show any difference. Do you happen to know which benchmark would show the impact of these changes?

anonrig added the request-ci Add this label to start a Jenkins CI on a PR. label May 8, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 8, 2023

Copy link
Copy Markdown
Collaborator

tony-go left a comment

Copy link
Copy Markdown
Member

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 codewise 🎉

anonrig commented May 9, 2023

Copy link
Copy Markdown
Member Author

cc @nodejs/cpp-reviewers

anonrig added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. review wanted PRs that need reviews. labels May 10, 2023

mcollina left a comment

Copy link
Copy Markdown
Member

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

anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label May 10, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 10, 2023
nodejs-github-bot merged commit 8b5cd32 into main May 10, 2023

Copy link
Copy Markdown
Collaborator

Landed in 8b5cd32

nodejs-github-bot deleted the improve-dns branch May 10, 2023 16:04
targos pushed a commit that referenced this pull request May 12, 2023
PR-URL: #47920
Fixes: nodejs/performance#77
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Nov 10, 2023
PR-URL: #47920
Fixes: nodejs/performance#77
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
sercher added a commit to sercher/graaljs that referenced this pull request Apr 25, 2024
PR-URL: nodejs/node#47920
Fixes: nodejs/performance#77
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
sercher added a commit to sercher/graaljs that referenced this pull request Apr 25, 2024
PR-URL: nodejs/node#47920
Fixes: nodejs/performance#77
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. review wanted PRs that need reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dns.lookup performance

6 participants


Back | FazBrowse Home | New Git URL