In this article, we have explained the idea of zero copy intuitively with code examples. This is an important idea to design efficient systems.
Table of contents:
Pre-requisitesProblem statementIdea of Zero CopyApplications of Zero CopyCodes & examplesSetup environment to run the codeTry itReferences
Learn via Audio:
Pre-requisites:
FILE handling in C, system call (GNU/Linux preferred), kernel space, user-space, context switches, sockets in networking
Problem statement:
It is usual to ...
Published on June 24, 2021 08:27