[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Benchmarking JRuby

Charles Oliver Nutter

12/2/2007 12:10:00 AM

For those of you playing with JRuby, if you run across benchmarks of any
kind that show JRuby running slower than Ruby 1.8.x, we'd appreciate you
filing them as bugs:

http://jira.codehaus.org/br...

In general, performance in JRuby should be better for normal execution,
so we'd like to find any remaining performance bottlenecks. Poor
performance is a bug!

Thanks for your help!

- Charlie

4 Answers

M. Edward (Ed) Borasky

12/2/2007 1:54:00 AM

0

Charles Oliver Nutter wrote:
> For those of you playing with JRuby, if you run across benchmarks of any
> kind that show JRuby running slower than Ruby 1.8.x, we'd appreciate you
> filing them as bugs:
>
> http://jira.codehaus.org/br...
>
> In general, performance in JRuby should be better for normal execution,
> so we'd like to find any remaining performance bottlenecks. Poor
> performance is a bug!
>
> Thanks for your help!
>
> - Charlie
>
>

You've got PetStore running faster than 1.8 now??

Charles Oliver Nutter

12/2/2007 2:17:00 AM

0

M. Edward (Ed) Borasky wrote:
> You've got PetStore running faster than 1.8 now??

I don't think it's quite there...and it ought to be, so there's
something slowing it down. Other Rails benchmarks, however, do show
JRuby running faster. Work continues.

- Charlie

mike.s.mckinney

12/4/2007 10:26:00 AM

0

Note: parts of this message were removed by the gateway to make it a legal Usenet post.

nice timing...

Antonio Cangiano just completed a new run of his Ruby language shootout.
The Great Ruby
Shootout<http://antoniocangiano.com/2007/12/03/the-great-ruby-sho...

Major improvement on Feb's numbers, impressive stuff.

M

http://...

On Dec 1, 2007 7:09 PM, Charles Oliver Nutter <charles.nutter@sun.com>
wrote:

> For those of you playing with JRuby, if you run across benchmarks of any
> kind that show JRuby running slower than Ruby 1.8.x, we'd appreciate you
> filing them as bugs:
>
> http://jira.codehaus.org/br...
>
> In general, performance in JRuby should be better for normal execution,
> so we'd like to find any remaining performance bottlenecks. Poor
> performance is a bug!
>
> Thanks for your help!
>
> - Charlie
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/ma...
>
>

Charles Oliver Nutter

12/4/2007 7:14:00 PM

0

Mike McKinney wrote:
> nice timing...
>
> Antonio Cangiano just completed a new run of his Ruby language shootout.
> The Great Ruby
> Shootout<http://antoniocangiano.com/2007/12/03/the-great-ruby-sho...
>
> Major improvement on Feb's numbers, impressive stuff.

Yeah, and Antonio's numbers don't even reflect true performance after
the VM warms up and things JIT. There's really only about two YARV
benchmarks we're slower on now.

- Charlie