🛠️ Steven Gong

Search

SearchSearch

Nov 27, 2023, 1 min read

Zero-Copy

This is like the holy grail of what programming for performance is about.

Having to copy your data over and over again when you transport it is super slow. If you can have zero-copy operations, you can do things much faster.

Some places that I ran into this idea:

  • Intra-process Communication
  • Programming Massively Parallel Processors
  • ROS Composition

Graph View

Backlinks

  • No backlinks found

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub