[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua5 / poor performance
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Thu, 20 Mar 2003 10:36:56 +0100
Hi,
> I recently moved from lua4 to lua5 and I've noticed huge loss in
> performance in table construction.
I repeated this test on my Win98 Celeron 400 machine with three tables like
yours, containing 2000, 1500 and 1700 records each. Executing this file
with a "dofile" from the Lua console takes well below a second (and I double
checked that the tables were processed correctly.)
I don't know what can cause such a huge difference though... (possibly line
hooks? Does the console use them under some conditions?)
Bye,
Wim