Is strscan used heavily in that parser? Kelly Nawrocke is working on a pure Java strscan that sounds like it's going well. He's basing it on available documentation for Ruby's strscan, so it shouldn't be too difficult to plug in once it's ready.

We should try to tally a list of what remains to be implemented in pure Java.

On 6/15/06, Ola Bini <[EMAIL PROTECTED] > wrote:

One thing that steals much speed from RDoc generation (about 1/3 of the
complete RDoc running time) is the fact that RDoc parses all files
completely, with a Ruby parser written in Ruby... This is really slow, but
I don't know what to do about it, actually...

The other parts are also really slow, but right now I can't really find a
specific reason for this.

Regards
  Ola Bini




_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel



--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to