Uh oh!
There was an error while loading. Please reload this page.
url: offload URLSearchParams initialization - #46867
Closed
anonrig wants to merge 2 commits into
Closed
Conversation
nodejs-github-bot
commented
Feb 27, 2023
Collaborator
Review requested:
|
lemire
approved these changes
Feb 27, 2023
anonrigforce-pushed
the
fix-search-setter
branch
from
February 27, 2023 14:32
9907180 to
dc80660CompareinitSearchParams on search setterURLSearchParams initializationanonrigforce-pushed
the
fix-search-setter
branch
from
February 27, 2023 14:34
dc80660 to
37caf32Comparelemire
approved these changes
Feb 27, 2023
lemire
left a comment
Member
There was a problem hiding this comment.
The search parameters are expensive to instantiate so they are computed 'on demand' or lazily.
nodejs-github-bot
commented
Feb 27, 2023
Collaborator
anonrigforce-pushed
the
fix-search-setter
branch
4 times, most recently
from
February 27, 2023 16:36
dd808db to
6fc393bCompareaduh95
reviewed
Feb 27, 2023
Uh oh!
There was an error while loading. Please reload this page.
anonrigforce-pushed
the
fix-search-setter
branch
from
February 27, 2023 20:27
6fc393b to
0f6ef15Compareaduh95
reviewed
Feb 27, 2023
Uh oh!
There was an error while loading. Please reload this page.
anonrigforce-pushed
the
fix-search-setter
branch
from
February 27, 2023 21:01
0f6ef15 to
7440a78Comparenodejs-github-bot
commented
Feb 27, 2023
Collaborator
mcollina
commented
Feb 27, 2023
Member
Including a benchmark run would be helpful ;). I saw the tweet. |
lemire
commented
Feb 27, 2023
Member
aduh95
approved these changes
Feb 27, 2023
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Mar 1, 2023
Collaborator
anonrig
commented
Mar 1, 2023
MemberAuthor
I had to force-push to fix the conflict. Can you re-review it? |
nodejs-github-bot
commented
Mar 1, 2023
Collaborator
Landed in 3646a66...e3bb668 |
nodejs-github-bot pushed a commit
that referenced
this pull request
Mar 1, 2023
PR-URL: #46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
nodejs-github-bot pushed a commit
that referenced
this pull request
Mar 1, 2023
PR-URL: #46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
15 tasks
targos pushed a commit
that referenced
this pull request
Mar 13, 2023
PR-URL: #46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
targos pushed a commit
that referenced
this pull request
Mar 13, 2023
PR-URL: #46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
targos pushed a commit
that referenced
this pull request
Mar 14, 2023
PR-URL: #46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
targos pushed a commit
that referenced
this pull request
Mar 14, 2023
PR-URL: #46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
19 tasks
anonrig added a commit
to anonrig/node
that referenced
this pull request
Jul 9, 2023
PR-URL: nodejs#46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
anonrig added a commit
to anonrig/node
that referenced
this pull request
Jul 9, 2023
PR-URL: nodejs#46867 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Jul 12, 2023
PR-URL: #46867 Backport-PR-URL: #48345 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
danielleadams pushed a commit
that referenced
this pull request
Jul 12, 2023
PR-URL: #46867 Backport-PR-URL: #48345 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Filip Skokan <panva.ip@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.
Removed unused
kFormatfrom URL and offloadedURLSearchParamsto not get created or updated unless accessed.cc @nodejs/performance