Skip to content

Use pwritev for positional scatter-gather disk IO #27

@vimpunk

Description

@vimpunk

Only (non-positional) scatter-gather IO is supported in the std lib via the Write::write_vectored trait interface, but this is not good enough for our use case as we'll need to perform 2 syscalls for every write: seek and writev.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions