[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: 2 Questions : LUA speed and requirements
- From: Christophe Gimenez <chris@...>
- Date: Wed, 15 Mar 2000 18:33:16 +0100
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)