lua-users home
lua-l archive

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


On Tue, Oct 25, 2022 at 12:47 PM bil til <biltil52@gmail.com> wrote:

> So still the question open, whether the polyline in Lua32 this would
> consume 2x5MByte, or 2x8MByte

I do not think this question is open. Unless you modify Lua's source
code to make it use packed structures, it won't use them, 32 bits or
not. And, if you modify it, I am not sure a trivial modification will
be enough. I am not sufficiently familiar with the code to say for
sure, and I guess the only way to be sure is by trying and checking
extensively, or at least by hearing from somebody about that.

Cheers,
V.