Zero-copy

From Helpful
Revision as of 01:47, 6 April 2024 by Helpful (talk | contribs) (Created page with "<!-- Zero-copy often means that when you want to hand data to a client, you can sometimes, instead of a copy, hand a reference to the data itself. For example, messagepack is a serialization, so you can get it to, instead of returning copies of strings, point within the original data it was decoding. Sometimes this is done for speed, sometimes it is done to avoid a duplicate of data, especially for large data. -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search