lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 21/07/2022 22:52, Gé Weijers wrote:
With the doubling strategy you only copy twice the size of the maximum string length, or 8GB for a 4GB string.


Would memory fragmentation also be an issue with multi-GB allocations, even with efficient buffer managment?

Scott