[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Performance questions
- From: Jacques Chester <jacques@...>
- Date: Sun, 20 Sep 2009 12:14:59 +0800
On 19/09/2009, at 11:41 PM, zweifel wrote:
The Problem: the Lua actions are executed every frame or so by all
characters, these I read in http://www.citengineering.com/LuaVIEW/performance.html
that could be expensive.
Have you profiled your code? That's the first step to
knowing if it matters or not.
Cheers,
JC.