-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
fs: expose scatter/gather syscalls writev() and readv() #2298
Copy link
Copy link
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Description
Activity
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.fsIssues and PRs related to file-system APIs and the fs module.Issues and PRs related to file-system APIs and the fs module.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
with the awesome work achieved here by @ronkorving in libuv/libuv@2bf7827
the upcoming libuv release will unblock #2167
first mentioned by @trevnorris in that PR, i think it makes a lot of sense to expose scatter/gather syscalls
writevand alsoreadvfrom node.js