-
-
Notifications
You must be signed in to change notification settings - Fork 667
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
Fix fromCharCodes & fromCodePoints polyfills #1340
Conversation
This comment has been minimized.
This comment has been minimized.
Hmm, question is how well it will perform in the worst case I guess. Let's say someone doesn't use a browser or runtime JITing these well. Or in an environment where the runtime is recent but JITing is disabled. It's unlikely, but if it happens, it can be really slow.
|
I reverted recent changes already) Performance of CI is quite unstable. Will be great have online benchmark for compiler's speed |
Also, now I'm wondering if we can use TextDecoder? Or would there be WTF issues, hmm. |
|
Sounds good to me :) |
Thanks :) |
🎉 This PR is included in version 0.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Potentially fix #1324