-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the performance of both URLSearchParams.toString and querystring.stringify #56
Labels
good first issue
Good for newcomers
Comments
Is it to be introduced as new dependency? |
We can just copy paste certain parts to the Node repository. |
understood |
debadree25
added a commit
to debadree25/node
that referenced
this issue
Feb 23, 2023
debadree25
added a commit
to debadree25/node
that referenced
this issue
Feb 23, 2023
debadree25
added a commit
to debadree25/node
that referenced
this issue
Feb 24, 2023
debadree25
added a commit
to debadree25/node
that referenced
this issue
Feb 24, 2023
nodejs-github-bot
pushed a commit
to nodejs/node
that referenced
this issue
Mar 13, 2023
Refs: nodejs/performance#56 PR-URL: #46810 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this issue
Mar 13, 2023
Refs: nodejs/performance#56 PR-URL: #46810 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this issue
Mar 14, 2023
Refs: nodejs/performance#56 PR-URL: #46810 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
danielleadams
pushed a commit
to nodejs/node
that referenced
this issue
Apr 11, 2023
Refs: nodejs/performance#56 PR-URL: #46810 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fast-querystring is almost 2x faster for stringifying. Let's copy my code (which is MIT) to Node.js
https://github.com/anonrig/fast-querystring
The text was updated successfully, but these errors were encountered: