URLSearchParams #2
keithamus
started this conversation in
Standards Critique
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During the May monthly meeting @danielroe pointed out that
URLSearchParamsis slow compared to the ecosystem packages.@43081j has some more detail on this, and provided benchmarks:
Results in Chrome:
Chrome's source for URLSearchParams. I've raised crbug 513276599 to track this.
Results in Firefox:
Firefox's source for URLSearchParams. I've raised Bug 2039814 to investigate.
The takeaway, it seems, is that people aren't using URLSearchParams when speed matters. We should investigate this further. There may be opportunities to speed up URLSearchParams to reach parity (or greater) in the browsers.
Beta Was this translation helpful? Give feedback.
All reactions