[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: Mon, 24 Oct 2022 21:44:28 +0200
Hi Viacheslaw,
thank you for this detailed answer.
I did not have the nerves up to now to check this in detail ... quite
late in the evening already :).
>...This would make
>sense because sizeof (TValue) = 8 + 4 = 12, times 2 = 24.
This sizeof(TValue) number sounds odd to me for Lua32 - are you
really sure about this?
I think these 12 byte (8+4) should be the size for Lua64? (8byte for a
64bit value, e. g. double float or 64 pointer, and 4 byte for the type
info in Lua 5.1 times?)
(for Lua32 I would expect sizeof(TValue)= 4+4= 8 in Lua 5.1 times?)