lua-users home
lua-l archive

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


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.