lua-users home
lua-l archive

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


On Mon, 21 Jul 2008 18:33:42 +0530
"Manish Jain" <manish.jain@globallogic.com> wrote:

> We are using general aspects of Lua
> 1) Simple constructs like if, for, repeat, gsub, function calls, etc
> etc 2) we are using very less number of global variables.
> 3) we have registered few C functions and we are calling them in our
> lua module.

So, what are your performance issues?  What do you feel is too slow,
and by what margin?

(Please don't top-quote if possible.)

B.