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

Re: Is Groovy the slowest dynamic language?

by glaforge :: Rate this Message:

Reply to Author | View in Thread

Right, furthermore, all micro-benchmarks that one comes across over
the internet should really be taken with a grain of salt. If you have
to make a choice, whatever it is, think of the SLA you want to attain
on your application, create a representative test scenario, run it,
and measure. That's the best way to know you're doing the right thing,
by checking by yourself. You'll notice that most of the time, the
performance will be more than enough -- especially if most of the time
is spent talking with a database, or waiting for user input.

On Sun, Feb 24, 2008 at 8:10 PM, Martin Schmidt <martin@...> wrote:

> 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!
>  ...
>
> >
>  > Python and Groovy are using similar concepts and Groovy is running on the
>  > fast JVM. So why ist Groovy so incredible slow?
>
>
>  Is picking out the few performance weaknesses the right way to judge the
>  overall speed of Groovy?
>
>  To me the Groovy performance is absolutely sufficient because of the
>  easy integration with Java. If something's too slow, I do it in Java.
>  And Java compared to Python is in most cases much faster.
>
>  I appreciate the efforts of the Groovy team to improve the performance,
>  but if they wouldn't, this would be no real problem to me. Groovy is the
>  grooviest language with a development team always having the simplicity
>  and elegance of the language usage in mind - and that counts to me.  :-)
>
>  Martin
>
>
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>



--
Guillaume Laforge
Groovy Project Manager
G2One, Inc. Vice-President Technology
http://www.g2one.com

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

    http://xircles.codehaus.org/manage_email



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