-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
draft: implement bufferToString #45562
Conversation
Did you see the linked comment in the code comment for this function? I think we shouldn't be spending effort on optimizing APIs that exist solely for compatibility with older code. |
@mscdex This change also applies to several other places like |
That's fine, I'm referring specifically to |
It is not applicable anymore due to nodejs/performance#16 |
Trying to implement suggested performance improvement in nodejs/performance#16.