We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a native html5 api for string encoding and decoding. Benchmark it and see if it's faster to use it, when possible.
The text was updated successfully, but these errors were encountered:
Tried that here — nope. Extremely harmful for performance — with native TextEncoder/TextDecoder, it's like 5x slower in Chrome.
Sorry, something went wrong.
Good to know. The API will probably get faster in a few years when the API is used more in the wild and there's a reason to optimize it.
I'll close this issue for now, since we can't afford a 5x perf hit.
No branches or pull requests
There's a native html5 api for string encoding and decoding. Benchmark it and see if it's faster to use it, when possible.
The text was updated successfully, but these errors were encountered: