-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
stream: reduce overhead of transfer #50107
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
Conversation
bc826eb to
b0b5614
Compare
578d490 to
d2e73bc
Compare
d2e73bc to
68b0d91
Compare
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
| writable: undefined, | ||
| port1: undefined, | ||
| port2: undefined, | ||
| promise: undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For these properties, I followed what I saw in the constructor, the old version was wrong, right?
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Someone can add author ready? |
|
Landed in a85e418 |
PR-URL: nodejs#50107 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: #55067 Fixes: #54603 Refs: #50107 Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #55067 Fixes: #54603 Refs: #50107 Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: nodejs#55067 Fixes: nodejs#54603 Refs: nodejs#50107 Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: nodejs#55067 Fixes: nodejs#54603 Refs: nodejs#50107 Reviewed-By: Mattias Buelens <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Continuing the work started on nodejs/performance#109
/cc @nodejs/performance