-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Open
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.
Description
What is the problem this feature will solve?
Avoid creating a temporary typed buffer:
Buffer.from(arrayBuffer).copy(dst, 0)What is the feature you are proposing to solve the problem?
Buffer.copy(arrayBuffer, dst, 0)What alternatives have you considered?
No response
avivkeller, H4ad, tonivj5, benjamingr, ebouye and 7 more
Metadata
Metadata
Assignees
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.performanceIssues and PRs related to the performance of Node.js.Issues and PRs related to the performance of Node.js.
Type
Projects
Status
Triaged