lib: improve AbortController creation duration#45525
Closed
anonrig wants to merge 2 commits intonodejs:mainfrom
Closed
lib: improve AbortController creation duration#45525anonrig wants to merge 2 commits intonodejs:mainfrom
anonrig wants to merge 2 commits intonodejs:mainfrom
Conversation
Collaborator
mcollina
approved these changes
Nov 19, 2022
Member
mcollina
left a comment
There was a problem hiding this comment.
lgtm
Are we gaining any perf?
Member
Author
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
bef645b to
c2b464b
Compare
aduh95
reviewed
Nov 19, 2022
c2b464b to
34489fe
Compare
Member
Author
aduh95
approved these changes
Nov 19, 2022
Contributor
|
Don't hesitate to use fixup commits (i.e. |
Collaborator
Collaborator
15 tasks
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
marco-ippolito
pushed a commit
to marco-ippolito/node
that referenced
this pull request
Nov 23, 2022
PR-URL: nodejs#45525 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
marco-ippolito
pushed a commit
to marco-ippolito/node
that referenced
this pull request
Nov 23, 2022
PR-URL: nodejs#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>
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
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 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>
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 free
to 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.