An In-Depth Look at Pipe and Splice Implementation in Linux Kernel
tanelpoder Thursday, January 22, 2026
Summary
The article discusses the Linux pipe and splice system calls, which allow efficient data transfer between file descriptors without the need for additional memory copying. It explores the benefits of using these system calls, such as improved performance and reduced resource usage, and provides guidance on when to use them in your applications.
1
0
Summary
blogs.oracle.com