[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: On lua5 and embedding
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 29 Jan 2003 09:27:30 +0000
> Basically, as long as one runs plain vanilla Lua5 scripts they will
> go pretty fast. But as soon as one starts using inheritance, call and
> other meta-methods on their objects that is when the meta-method
> overhead jumps in.
Can you give us your performance measures and details of your tests
(platform, etc.)? In our own tests, we did not detect any significant
difference between tag methods in Lua 4.0 and metamethods in Lua 5.0b.
-- Roberto