draft: implement bufferToString#45562
draft: implement bufferToString#45562kiliczsh wants to merge 9 commits intonodejs:mainfrom kiliczsh:bufferToString
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.