ly, we'll get a real boost in general performance.
/O- Original Message -From: Thomas E Enebo <[EMAIL PROTECTED]>Date: Sunday, June 18, 2006 4:03 pmSubject: Re: [Jruby-devel] JRuby, RDoc and speed...
To: [EMAIL PROTECTED], [email protected]> I played with t
Subject: Re: [Jruby-devel] JRuby, RDoc and speed...
To: Ola Bini <[EMAIL PROTECTED]>
Cc: Thomas E Enebo <[EMAIL PROTECTED]>
> On Sun, 18 Jun 2006, Ola Bini defenestrated me:
> >
> > Yep, it seems to be zero-sum.
> > I'm not sure where all those HashMap.get ca
hink if we
do this correctly, we'll get a real boost in general performance.
/O
- Original Message -
From: Thomas E Enebo <[EMAIL PROTECTED]>
Date: Sunday, June 18, 2006 4:03 pm
Subject: Re: [Jruby-devel] JRuby, RDoc and speed...
To: [EMAIL PROTECTED], [email protected]
ne, though!
>
> /O
>
> - Original Message -
> From: Charles O Nutter <[EMAIL PROTECTED]>
> Date: Sunday, June 18, 2006 6:22 am
> Subject: Re: [Jruby-devel] JRuby, RDoc and speed...
> To: [email protected]
>
> > This is pretty promisi
al Message -
From: Charles O Nutter <[EMAIL PROTECTED]>
Date: Sunday, June 18, 2006 6:22 am
Subject: Re: [Jruby-devel] JRuby, RDoc and speed...
To: [email protected]
> This is pretty promising; we need to do an audit of how all the
> core objects
> are used i
This is pretty promising; we need to do an audit of how all the core objects are used in various places, however, especially in our implementation of Ruby's hash, so we're not breaking anything; but it has always bothered me that java's hashCode and Ruby's hash were synonymous in JRuby. This looks
Hi
I've done a few easy things to try to speed up JRuby, when doing RDoc. I
have three timings for you today. The first one is C Ruby doing it. The
second is recent JRuby without my new enhancements, and the third is my
final version right now:
[EMAIL PROTECTED] /cygdrive/d/project/jruby
$ tim