tyger icon indicating copy to clipboard operation
tyger copied to clipboard

Improve pipe I/O performance

Open johnstairs opened this issue 2 years ago • 0 comments

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.

johnstairs avatar Sep 07 '23 13:09 johnstairs