Skip to content

Improve pipe I/O performance #26

Open
@johnstairs

Description

@johnstairs

When using tyger buffer write or tyger buffer read, our bandwidth is currently limited by our ability to read and write to pipes. This article has an excellent summary of the problems and how to overcome them on Linux. In short, we would gain a lot by using the splice/vmsplice system calls read/write to pipes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions