-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Next to the existing write_vectored
and read_vectored
APIs, it would be great to have write_vectored_at
and read_vectored_at
methods for File
s on UNIX systems, corresponding to the pwritev
and preadv
syscalls. This would be an easy way to add means for high performance file IO using the standard library File
type.
As far as I understand, the equivalent does not exist on Windows, so this would probably have to live in the unix FileExt
trait.
If this is deemed desirable, I'd be happy to send a PR for this.
artob and milahu
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.