Closed zbjornson closed 5 years ago
Buffer.from(buffer) copies the buffer, which seems unnecessary. What do you think?
Buffer.from(buffer)
Indeed, it does copy the underlying data into a new buffer, which is definitely unnecessary. This looks good, and I'll get this merged tomorrow with your other PR 🎉
Not at all! :) Thanks
Buffer.from(buffer)
copies the buffer, which seems unnecessary. What do you think?