Uh oh!
There was an error while loading. Please reload this page.
lib: improve AbortController creation duration - #45525
Closed
anonrig wants to merge 2 commits into
Closed
Conversation
nodejs-github-bot
commented
Nov 19, 2022
Collaborator
anonrig
commented
Nov 19, 2022
MemberAuthor
For certain paths, 100% sure. But I am not sure with benchmark is more appropriate for this change. Any recommendations @mcollina? |
aduh95
reviewed
Nov 19, 2022
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
anonrigforce-pushed
the
stream/abort-controller
branch
2 times, most recently
from
November 19, 2022 21:32
bef645b to
c2b464bCompareaduh95
reviewed
Nov 19, 2022
Uh oh!
There was an error while loading. Please reload this page.
anonrigforce-pushed
the
stream/abort-controller
branch
from
November 19, 2022 22:17
c2b464b to
34489feCompareanonrig
commented
Nov 19, 2022
MemberAuthor
aduh95
approved these changes
Nov 19, 2022
aduh95
commented
Nov 19, 2022
Contributor
Don't hesitate to use fixup commits (i.e. |
nodejs-github-bot
commented
Nov 19, 2022
Collaborator
nodejs-github-bot
commented
Nov 20, 2022
Collaborator
15 tasks
nodejs-github-bot
commented
Nov 21, 2022
Collaborator
Landed in b4666c3...367ac71 |
nodejs-github-bot pushed a commit
that referenced
this pull request
Nov 21, 2022
PR-URL: #45525 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
nodejs-github-bot pushed a commit
that referenced
this pull request
Nov 21, 2022
PR-URL: #45525 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This was referenced Nov 22, 2022
ruyadorno pushed a commit
that referenced
this pull request
Nov 24, 2022
PR-URL: #45525 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
ruyadorno pushed a commit
that referenced
this pull request
Nov 24, 2022
PR-URL: #45525 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Merged
danielleadams
commented
Dec 13, 2022
Contributor
Hi @anonrig - should this PR land in v18.x? If so, it will need a backport PR. Thank you. |
anonrig added a commit
to anonrig/node
that referenced
this pull request
Jan 3, 2023
PR-URL: nodejs#45525 Backport-PR-URL: nodejs#46078 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
anonrig added a commit
to anonrig/node
that referenced
this pull request
Jan 3, 2023
PR-URL: nodejs#45525 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
createAbortSignal()call unlesssignalgetter is called.kMakeTransferableabort signal creation.