Zero-copy: Difference between revisions

From Helpful
Jump to navigation Jump to search
(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. -->")
 
mNo edit summary
 
Line 1: Line 1:
{{#addbodyclass:tag_tech}}
<!--
<!--



Latest revision as of 00:31, 21 April 2024