Shape Shape

Zero copy

Zero-copy is a data transfer method that avoids copying data between buffers to improve performance. Used in operating systems and network programming.

Example:

A server sends files over a network using zero-copy to reduce CPU usage.

WhatsApp Icon