« Return to Thread: Re: Is Groovy the slowest dynamic language?

Re: Is Groovy the slowest dynamic language?

by Paul King :: Rate this Message:

Reply to Author | View in Thread


Ditto what others said but also note that the alioth site is still
using Groovy 1.5.0. There was quiet a lot of speed up even in 1.5.4
and the several months of performance work that mostly Alex and also
Jochen have been doing are only in 1.6.

Also, if you search this list you should find the benchmarks I did
showing Groovy faster than Java for the benchmark I chose.

Paul.

deamon wrote:

> I've just compared Groovy with other language at
> http://shootout.alioth.debian.org and I am shocked about the really poor
> Groovy performance!
>
> Java is up to 843 times faster than Groovy!
> http://shootout.alioth.debian.org/gp4sandbox/benchmark.php?test=all&lang=groovy&lang2=java
>
> Python is upt to 386 times fast than Groovy:
> http://shootout.alioth.debian.org/gp4sandbox/benchmark.php?test=all&lang=groovy&lang2=python
> And with JIT-Compiler up to 876 times!
> http://shootout.alioth.debian.org/gp4sandbox/benchmark.php?test=all&lang=groovy&lang2=psyco
>
> Python and Groovy are using similar concepts and Groovy is running on the
> fast JVM. So why ist Groovy so incredible slow?


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



 « Return to Thread: Re: Is Groovy the slowest dynamic language?