[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Lua4] Bytecode vs Source
- From: Dark God <darkgod@...>
- Date: Sat, 2 Aug 2003 17:06:25 +0200
On Sat, 2 Aug 2003 12:00:10 -0300 (BRT)
lua-request@bazar2.conectiva.com.br wrote:
> Loading the scripts should be faster. Have you measure just that?
Yes loading them is faster than loading bytecode, which I find a bit
strange since bytecode doesnt need to be parsed.
> Perhaps the extra time is being spen checking whether the file has > been changed?
I dont think so :(
i'll run some more tests