Uh oh!
There was an error while loading. Please reload this page.
stream: avoid unnecessary drain for sync stream - #50014
Merged
Merged
Conversation
nodejs-github-bot
commented
Oct 2, 2023
Collaborator
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
ronagforce-pushed
the
drain-sync
branch
6 times, most recently
from
October 2, 2023 12:44
926e815 to
e384e57Comparenodejs-github-bot
commented
Oct 3, 2023
Collaborator
nodejs-github-bot
commented
Oct 3, 2023
Collaborator
ronag
commented
Oct 3, 2023
MemberAuthor
@mcollina PTAL |
benjamingr
approved these changes
Oct 3, 2023
benjamingr
left a comment
Member
There was a problem hiding this comment.
I'm surprised Matteo is unconcerned with this :D
Member
CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3302/ (queued). |
14 tasks
nodejs-github-bot
commented
Oct 4, 2023
Collaborator
Landed in 557044a |
13 tasks
ronag added a commit
to nxtedition/node
that referenced
this pull request
Oct 28, 2023
targos pushed a commit
that referenced
this pull request
Nov 11, 2023
PR-URL: #50014 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
debadree25 pushed a commit
to debadree25/node
that referenced
this pull request
Apr 15, 2024
PR-URL: nodejs#50014 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have tried this before but reverted due to:
2868f52
#35926
However, it has quite a significant performance improvement and doesn't actually break the "streams spec". Let's have another look at it.