|
|
|
|
|
by Ygg2
251 days ago
|
|
You have a read buffer and somewhere where you have to write to. Even if we pretend that the read buffer is not allocating (plausible), you will have to allocate for the write source for the general case (think GiB or TiB of XML or JSON). |
|
The "somewhere you have to write to" is the same buffer you are reading from.