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

[x] stream: simplify writable buffering #29026

Closed
wants to merge 4 commits into from

Conversation

ronag
Copy link
Member

@ronag ronag commented Aug 6, 2019

This simplifies the buffering logic in writable_stream and makes it easier to maintain and possiblinly optimize. Also minor speed and memory overhead optimisation.

I have a few ideas on how to further optimize this. But as a first step, simplify while maintaining current performance.

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
 streams/writable-manywrites.js n=2000000                 4.05 %       ±4.69% ±6.24% ±8.13%

@nodejs-github-bot nodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label Aug 6, 2019
@ronag ronag changed the title stream: refactor writable buffering stream: simplify writable buffering Aug 6, 2019
@ronag ronag force-pushed the stream-writable-buffered branch 6 times, most recently from 86b6936 to 62b056c Compare August 6, 2019 20:10
@ronag
Copy link
Member Author

ronag commented Aug 6, 2019

Future TODO is to merge with #29028

@ronag ronag force-pushed the stream-writable-buffered branch 18 times, most recently from f5200a9 to 66056be Compare August 9, 2019 16:02
@nodejs-github-bot
Copy link
Collaborator

lib/_stream_writable.js Outdated Show resolved Hide resolved
lib/_stream_writable.js Outdated Show resolved Hide resolved
lib/_stream_writable.js Outdated Show resolved Hide resolved
@ronag
Copy link
Member Author

ronag commented Aug 25, 2019

@Trott: those travis errors look strange, what's going on?

@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
Member

Trott commented Aug 25, 2019

@Trott: those travis errors look strange, what's going on?

Not sure but if it's not happening on Jenkins, I wouldn't worry about it. I just started the tests on Jenkins so let's see what happens...

lib/_stream_writable.js Outdated Show resolved Hide resolved
lib/_stream_writable.js Outdated Show resolved Hide resolved
Co-Authored-By: mscdex <mscdex@users.noreply.github.com>
@ronag ronag changed the title stream: simplify writable buffering [x] stream: simplify writable buffering Aug 28, 2019
@ronag
Copy link
Member Author

ronag commented Aug 28, 2019

Closing for now

@ronag ronag closed this Aug 28, 2019
@ronag ronag mentioned this pull request Dec 15, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants