lua-users home
lua-l archive

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


Okay, that's me... Again ;-)


1) LUA speed

- Does the number of functions declared in a LUA file have an effect onto 
the speed of lua_callfunction() ? (is 1000 functions a lot ???)
- How to determine the amount of memory needed to load a LUA file ? (As the 
text file is converted to bytecode I think it's not the size of the file)