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
Latin1 still uses ICU, which is extremely slow. We can add a fast path, just like utf8 and make it extremely fast.
Ref: https://github.com/nodejs/node/blob/main/lib/internal/encoding.js#L424
cc @RafaelGSS
The text was updated successfully, but these errors were encountered:
Nice
Sorry, something went wrong.
@anonrig could you guide me a little bit on this and/or list me some PRs as reference? Just cloned the repo and taking a look...
No branches or pull requests
Latin1 still uses ICU, which is extremely slow. We can add a fast path, just like utf8 and make it extremely fast.
Ref: https://github.com/nodejs/node/blob/main/lib/internal/encoding.js#L424
cc @RafaelGSS
The text was updated successfully, but these errors were encountered: