Zero-copy: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2024

6 April 2024

  • curprev 01:4701:47, 6 April 2024Helpful talk contribs 432 bytes +432 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. -->"