[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Memory Size of 1 Mio Point Polyline table?
- From: bil til <biltil52@...>
- Date: Tue, 25 Oct 2022 14:07:53 +0200
But how do you know, that Lua would not already used TValue elements
for the index part of tables in a packed form?
(if Lua e. g. would copy TValue piece by piece to some larger buffer,
then it could do this without problems in a packed form, without using
the attribute "packed").
(Do I see this in any of the source files? Or do you have a hint were
to look for this "table index part build construction"?)