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

stream: inline unbuffered _write #32886

Closed
wants to merge 1 commit into from

Conversation

ronag
Copy link
Member

@ronag ronag commented Apr 16, 2020

A ~15% improvement for the sync case

 streams/writable-manywrites.js callback='no' writev='no' sync='no' n=2000000                    1.68 %       ±5.45% ±7.25%  ±9.45%
 streams/writable-manywrites.js callback='no' writev='no' sync='yes' n=2000000          ***     15.98 %       ±3.86% ±5.14%  ±6.69%
 streams/writable-manywrites.js callback='no' writev='yes' sync='no' n=2000000                   0.28 %       ±5.36% ±7.14%  ±9.30%
 streams/writable-manywrites.js callback='no' writev='yes' sync='yes' n=2000000                  0.89 %       ±4.58% ±6.09%  ±7.92%
 streams/writable-manywrites.js callback='yes' writev='no' sync='no' n=2000000                  -1.19 %       ±4.94% ±6.58%  ±8.56%
 streams/writable-manywrites.js callback='yes' writev='no' sync='yes' n=2000000         ***     19.24 %       ±4.17% ±5.55%  ±7.23%
 streams/writable-manywrites.js callback='yes' writev='yes' sync='no' n=2000000                 -1.97 %       ±5.91% ±7.87% ±10.24%
 streams/writable-manywrites.js callback='yes' writev='yes' sync='yes' n=2000000                -0.03 %       ±4.68% ±6.22%  ±8.10%
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

@nodejs-github-bot nodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label Apr 16, 2020
@ronag ronag added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 16, 2020
@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@himself65 himself65 left a comment

Choose a reason for hiding this comment

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

LGTM,
and should we add a comment like // inline doWrite(stream, state, false, len, chunk, encoding, cb) for better understand

@ronag
Copy link
Member Author

ronag commented Apr 17, 2020

and should we add a comment like // inline doWrite(stream, state, false, len, chunk, encoding, cb) for better understand

It's not exactly the same anymore, since some of the code that is not relevant is removed. So it might make it more confusing?

ronag added a commit that referenced this pull request Apr 18, 2020
PR-URL: #32886
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@ronag
Copy link
Member Author

ronag commented Apr 18, 2020

Landed in fd10be4

@ronag ronag closed this Apr 18, 2020
BethGriggs pushed a commit that referenced this pull request Apr 27, 2020
PR-URL: #32886
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BethGriggs BethGriggs mentioned this pull request Apr 27, 2020
BridgeAR pushed a commit that referenced this pull request Apr 28, 2020
PR-URL: #32886
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR BridgeAR mentioned this pull request Apr 28, 2020
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. stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants