[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-getsize
- From: Alexander Gladysh <agladysh@...>
- Date: Sat, 27 Nov 2010 18:22:06 +0300
On Sat, Nov 27, 2010 at 16:55, Cosmin Apreutesei
<cosmin.apreutesei@gmail.com> wrote:
> This is a small C module by Matthew Wild that adds a debug.getsize()
> function which returns the size in bytes of a Lua object.
> Homepage: http://code.matthewwild.co.uk/lua-getsize/summary
> I found it useful so I packaged it and added a small test unit -
> tested in win32 and linux64. Grab it while it's hot:
> http://code.google.com/p/lua-aux-lib/downloads/list.
Thank you for the useful contribution.
But why does this module change a standard namespace?
I do not think that this is a good practice.
Alexander.