« Return to Thread: groovy is slow

Re: groovy is slow

by glaforge :: Rate this Message:

Reply to Author | View in Thread

It depends so much on what you're doing with Groovy.
Try Groovy with a small prototype of what you want to do with it,
benchmark it, also benchmark it against other tools / languages you'd
want to use, and see the results for yourself.
Inside a web application, you'll probably wait longer for the records
to come back from the database, than for the execution times of your
Groovy code.
Micro-benchmarks such as the one you pointed isn't really relevant to
99% of the use cases you'd want to use Groovy for.
So if you're solely basing your choice on a randomly found blog post,
I'm not sure you'll ever find the right choice for your own scenario
of usage.

Nonetheless, improving the performance is a key concern of ours, and
it's definitely something we're currently working on, to make sure
Groovy is the fastest dynamic language on the JVM.

Guillaume


On Dec 26, 2007 2:42 PM, fangzx <fangzhouxing@...> wrote:

>
> I have read this article 'Why is Groovy so slow?':
> http://www.jroller.com/rants/entry/why_is_groovy_so_slow
>
> I planed to use Groovy in my new project based on JBoss Seam, but now I must
> wait.
> Can anyone give me some advice?
>
>
> --
> View this message in context: http://www.nabble.com/groovy-is-slow-tp14502299p14502299.html
> Sent from the groovy - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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: groovy is slow