Zero-copy Operations

  • Zero-copy operations are data copy operations that do not need to copy between kernel and userspace
  • This reduces kernel <–> userspace context switches
  • These operations are also used in device drivers, file systems, and network stacks