Preferences

jstimpfle parent
AFAIK a severe limitation of pipes is that they can buffer only 64 KB / 16 pages (on x86 Linux). Pretty sure it's generally slower than core-to-memory bandwidth.

packetlost
64KB is the default, you can increase the buffer size using `fcntl`. You're probably more limited by syscall overhead than anything

This item has no comments currently.