FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stream: use bit fields for construct/destroy by ronag · Pull Request #50408 · nodejs/node · GitHub

/ node Public

stream: use bit fields for construct/destroy - #50408

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
nxtedition:bitmap-constructor-destroy
Oct 28, 2023
Merged

stream: use bit fields for construct/destroy#50408
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
nxtedition:bitmap-constructor-destroy

Conversation

ronag commented Oct 26, 2023

Copy link
Copy Markdown
Member

No description provided.

ronag requested a review from rluvaton October 26, 2023 13:47

nodejs-github-bot commented Oct 26, 2023
edited by ronag
Loading

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/streams

ronag requested review from benjamingr and mcollina October 26, 2023 13:47
nodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 26, 2023

ronag commented Oct 26, 2023

Copy link
Copy Markdown
Member Author

ronag force-pushed the bitmap-constructor-destroy branch from 6a5c0d6 to 3bf4eaf Compare October 26, 2023 13:47
ronag force-pushed the bitmap-constructor-destroy branch from 3bf4eaf to 02e3f43 Compare October 26, 2023 14:00
ronag force-pushed the bitmap-constructor-destroy branch from 02e3f43 to 74712a7 Compare October 26, 2023 14:02

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

ronag added request-ci Add this label to start a Jenkins CI on a PR. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Oct 26, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 26, 2023

Copy link
Copy Markdown
Collaborator

Comment thread lib/internal/streams/utils.js Outdated
Comment on lines 26 to 34

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

How can we enforce that readable/writable stream will not have a bit state with the same position?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Not sure. Suggestions?

Comment thread lib/internal/streams/destroy.js Outdated
ronag force-pushed the bitmap-constructor-destroy branch from 74712a7 to 763eaa1 Compare October 26, 2023 14:52
ronag force-pushed the bitmap-constructor-destroy branch from 763eaa1 to cea0fb4 Compare October 27, 2023 07:00
ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 27, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 27, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

anonrig commented Oct 27, 2023

Copy link
Copy Markdown
Member

@ronag If the motivation of this change is performance, can you share the benchmarks?

ronag commented Oct 27, 2023

Copy link
Copy Markdown
Member Author

There is a CI benchmark

ronag added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 27, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 28, 2023
nodejs-github-bot merged commit 4c3dde9 into nodejs:main Oct 28, 2023

Copy link
Copy Markdown
Collaborator

Landed in 4c3dde9

targos pushed a commit that referenced this pull request Nov 11, 2023
PR-URL: #50408
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
UlisesGascon pushed a commit that referenced this pull request Dec 11, 2023
PR-URL: #50408
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Raz Luvaton <rluvaton@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
UlisesGascon mentioned this pull request Dec 12, 2023
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 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 outstanding review comments, and a CI started. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL