lua-users home
lua-l archive

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


I'm trying to get some rough memory usage numbers for my large lua
app. Is there any built-in support for figuring out how much memory a
particular table uses? It can be a shallow operation; I can apply
domain-specific logic to determine when I want to recurse.

merci,
paul