Is there a (simple) way to get the memory usage of a lua table?
- by mutley
I'd like to find out how much memory a lua table is using - without iterating through the table contents and counting up the usage. Is there a lua 5.1 function or 3rd party library that could help with this.
Thanks!