Re: [Jruby-devel] JRuby, Rdoc and speed

2006-06-18 Thread Charles O Nutter
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

Re: [Jruby-devel] JRuby, RDoc and speed...

2006-06-18 Thread Ola Bini
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

Re: [Jruby-devel] JRuby, Rdoc and speed

2006-06-18 Thread Ola Bini
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]

Re: [Jruby-devel] JRuby, RDoc and speed...

2006-06-18 Thread Thomas E Enebo
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

Re: [Jruby-devel] JRuby, RDoc and speed...

2006-06-18 Thread Ola Bini
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

Re: [Jruby-devel] JRuby, RDoc and speed...

2006-06-17 Thread Charles O Nutter
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

[Jruby-devel] JRuby, RDoc and speed...

2006-06-17 Thread Ola Bini
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