lua-users home
lua-l archive

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


 > As for moving it to C, this is an option, but you might be carefull
 > to make sure that the amount by which you'll be increasing your
 > application's speed is worth sacrificing the flexilibity and
 > development time savings of doing it in Lua.

Speaking of this problem, are there any profiling tools that help
identify hot spots in Lua code?

Norman