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: improve writable.write() performance #31624

Merged
merged 2 commits into from
Feb 9, 2020

Commits on Feb 9, 2020

  1. benchmark: check for and fix multiple end()

    PR-URL: nodejs#31624
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    mscdex committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    b862a0c View commit details
    Browse the repository at this point in the history
  2. stream: improve writable.write() performance

    PR-URL: nodejs#31624
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    mscdex committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    43783b5 View commit details
    Browse the repository at this point in the history