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.
When using
tyger buffer writeortyger 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.