lua-users home
lua-l archive

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


What is the difference in memory requirement by :

- A single script (10000 lines)
- The same amount of code used by 100 scripts of 100 lines

Thus, how much memory a "LUA state" consumes (don't take in account the memory used by the vars of the script) ?

Thanks