-
Notifications
You must be signed in to change notification settings - Fork 570
compiler/natives/src/strconv: Use js string conversion utilities to improve performance #1101
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
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
It occurs to me that once #798 is merged, this functionality can probably be extended to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be curious to see a before/after benchmark. Intuitively, I expect this will be faster, but I'm curious by how much.
They exist in the original issue (#786 (comment)) but I haven't re-run them on the latest version of GopherJS before and after this patch. I'll see if I have time to do that. |
Before:
After:
🎉 |
This comment has been minimized.
This comment has been minimized.
Reference app: jQuery TodoMVC (
#outputSize |
Rebase of #786