Description
Provides a portable sendfile library for Haskell. Sendfile-style operations can transfer file data to a socket efficiently, often reducing copying between user space and kernel space.
It is useful for web servers, file servers, proxies, and networking tools that send large files. It is a developer library and performance depends on platform support and application design.