Those benchmarks are in line with some I performed for Validator. Validator uses ORO but when I replaced it with Java 1.4 regexs I got a 2x speed improvement. ORO works well (if not slowly) for Validator.
David --- Jason Lea <[EMAIL PROTECTED]> wrote: > Simon Kitching wrote: > > >Hi, > > > >I need to backport an app which uses some java 1.4 regular expressions > >to java 1.3. Would I be better off using jakarta regexp or jakarata > oro? > > > >They both seem to be stable and actively maintained, based on the fact > >that in both cases their last two releases were around dec 2002 and dec > >2003. I can't see any docs comparing the two... > > > >Sorry for the off-topic post (neither regexp nor oro are commons > >projects). > > > >Regards, > > > >Simon > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > found this benchmark which may be useful (if you believe benchmarks... ) > http://tusker.org/regex/regex_benchmark.html > > -- > Jason Lea > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
