Skip to content

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-botnodejs-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
ContributorAuthor

@tniessen Could you rerun the ci :)

@ywave620
Copy link
ContributorAuthor

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

@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 24, 2023
@github-actionsgithub-actionsbot 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

@lpincalpinca left a comment

Choose a reason for hiding this comment

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

RSLGTM

@lpincalpinca 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
@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 30, 2023
@nodejs-github-botnodejs-github-bot merged commit 461ffca into nodejs:mainDec 30, 2023
@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 <[email protected]>
@RafaelGSSRafaelGSS 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 <[email protected]>
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 <[email protected]>
@richardlaurichardlau mentioned this pull request Mar 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs 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-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ywave620@nodejs-github-bot@lpinca@tniessen@aduh95