Skip to content

[v13.x backport] stream: improve writable.write() performance - #32169

Closed
ronag wants to merge 1 commit into
nodejs:v13.x-stagingfrom
nxtedition:backport-31624-to-v13.x
Closed

[v13.x backport] stream: improve writable.write() performance#32169
ronag wants to merge 1 commit into
nodejs:v13.x-stagingfrom
nxtedition:backport-31624-to-v13.x

Conversation

@ronag

@ronagronag commented Mar 10, 2020

Copy link
Copy Markdown
Member

PR-URL: #31624

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

@ronag
ronag requested a review from MylesBorinsMarch 10, 2020 07:00
@nodejs-github-botnodejs-github-bot added stream Issues and PRs related to the stream subsystem. v13.x labels Mar 10, 2020
@ronag
ronagforce-pushed the backport-31624-to-v13.x branch from dffb531 to b2c65e1CompareMarch 10, 2020 07:01
@ronag
ronagforce-pushed the backport-31624-to-v13.x branch 2 times, most recently from a60ec3c to 7e745f9CompareMarch 10, 2020 07:03
@ronag
ronagforce-pushed the backport-31624-to-v13.x branch from 7e745f9 to fa39531CompareMarch 10, 2020 07:04
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

PR-URL: nodejs#31624
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Backport-PR-URL: nodejs#32169
@ronag
ronagforce-pushed the backport-31624-to-v13.x branch from fa39531 to 1d88182CompareMarch 10, 2020 12:22
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ronag

ronag commented Mar 10, 2020

Copy link
Copy Markdown
MemberAuthor

If you wonder about the difference with the original commit. This depends on some other commit I can't find and haven't been backported (possibly semver-major due to other changes in that PR?). Though I think it should be fine like this.

MylesBorins pushed a commit that referenced this pull request Mar 10, 2020
Backport-PR-URL: #32169
PR-URL: #31624
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in 1e05ddf

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ronag@nodejs-github-bot@MylesBorins@mscdex