[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Ruby?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 23 Apr 2002 11:50:58 -0300
> 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