lua-users home
lua-l archive

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


>What are you planning for 3.1?

we haven't really started planning any *changes* to the language, but we
are doing a major reorganization/clean-up of the code and this brought up
the need to change the format of precompiled chunks.

>Did you ever do benchmarking of 3.0 vs. 2.5?

the released version (3.0) is about 10% slower than 2.5 because of tag methods.
however, im some machines, 3.0 is actually faster than 2.5.
we don't think there was any loss.
do you have a different experience?
--lhf