Re: [Jruby-devel] Regexp performance.

2006-04-09 Thread Ola Bini
Hi. This is great. I guess there is still major problems with SourceForge CVS, since there doesn't seem to be any updates in the open repository? /O At 23:01 2006-04-09, you wrote: I committed changes to make RubyString use a StringBuffer instead of a String. This should make a large diff

Re: [Jruby-devel] Regexp performance.

2006-04-09 Thread Thomas E Enebo
I committed changes to make RubyString use a StringBuffer instead of a String. This should make a large difference in the code in question. I also fixed a bunch of String functions while I was at it. -Tom On Sat, 08 Apr 2006, Thomas E Enebo defenestrated me: > Actually, I think I have the m