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

src,stream: Improve WriteString #51155

Merged
merged 4 commits into from
Dec 30, 2023

Conversation

ywave620
Copy link
Contributor

Introduce HasDoTryWrite in order to eliminate the unnecessary memory copy in WriteString for StreamBase not overriding DoTryWrite, e.g. TLSWrap, HTTP2Session

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Dec 14, 2023
Introduce HasDoTryWrite and make use of it in WriteString
@ywave620
Copy link
Contributor Author

@tniessen Could you rerun the ci :)

@ywave620
Copy link
Contributor Author

Could anyone help push this forward? Actually, I think this is a non trivial change, given that it removes an unnecessary memory copy for the very hot case, TLSWrap::WriteString

@lpinca lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 24, 2023
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 24, 2023
@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@lpinca lpinca left a comment

Choose a reason for hiding this comment

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

RSLGTM

@lpinca lpinca added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Dec 25, 2023
@aduh95 aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2023
@nodejs-github-bot nodejs-github-bot merged commit 461ffca into nodejs:main Dec 30, 2023
59 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 461ffca

RafaelGSS pushed a commit that referenced this pull request Jan 2, 2024
Introduce HasDoTryWrite and make use of it in WriteString

PR-URL: #51155
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@RafaelGSS RafaelGSS mentioned this pull request Jan 2, 2024
richardlau pushed a commit that referenced this pull request Mar 25, 2024
Introduce HasDoTryWrite and make use of it in WriteString

PR-URL: #51155
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
richardlau pushed a commit that referenced this pull request Mar 25, 2024
Introduce HasDoTryWrite and make use of it in WriteString

PR-URL: #51155
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@richardlau richardlau mentioned this pull request Mar 25, 2024
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. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants