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: