Anonymous
10/18/2025, 4:15:32 AM
No.106925509
>>106925480
I suppose you're right, string copies less than 16 bytes can typically be represented as a pure stack allocation on a 64 bit architecture.
still, an allocation is required to copy a string of you can't know the maximum size at compile time
I suppose you're right, string copies less than 16 bytes can typically be represented as a pure stack allocation on a 64 bit architecture.
still, an allocation is required to copy a string of you can't know the maximum size at compile time