Weekly - issue 26

What Makes a Senior Engineer? Writing Software vs Building Systems

Junior Engineers care about writing Software.

Senior Engineers care about building Systems.

零拷贝技术

实现方式:

  • mmap + write;

  • sendfile;

  • splice, tee, vmsplice;

  • MSG_ZEROCOPY;

  • copy_file_range;

  • AF_XDP;