lua-users home
lua-l archive

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


> Any information on the speed increases in 4.1w4 over 4.0?

You can get both and compare. But remember that 4.1w4 is not a final
version, many things may change.

Currently, for most tests the current version is >20% faster than 4.0.
One "basic" operation that seems to be a little slower is function
calls, because of the new "stackless" architecture. But we will try to
improve that.

-- Roberto