Skip to content

Add vectored positioned I/O on Unix#89518

Merged
bors merged 5 commits intorust-lang:masterfrom
a1phyr:unix_file_vectored_at
Mar 4, 2023
Merged

Add vectored positioned I/O on Unix#89518
bors merged 5 commits intorust-lang:masterfrom
a1phyr:unix_file_vectored_at

Conversation

@a1phyr
Copy link
Contributor

@a1phyr a1phyr commented Oct 4, 2021

Add methods for vectored I/O with an offset on File for unix under #![feature(unix_file_vectored_at)].

The new methods are wrappers around preadv and pwritev.

Tracking issue: #89517

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-bors This PR was explicitly merged by bors. O-unix Operating system: Unix-like perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.