Stephane Bailliez <[EMAIL PROTECTED]> writes: >> -----Original Message----- >> From: Juancarlo A�ez [mailto:[EMAIL PROTECTED]] > >> You guys are moving too fast for me. I haven't had the time >> to follow = >> the list yet.=20 >> >> I offered Jason I'd replace the references to GNU regexp with >> ones to = >> Jakarta regexp (ORO is verkill). I can also take a look at >> the varable = substitution code, but I need some time. > > If there is any problem about performance I'm 150% sure that Daniel Savarese > can give us some hints but I'm quite certain that Oro is faster in the long > run (about twice the speed if not more when there is no match). It is also > more reliable.
ORO rocks. It offers a much fuller set of regular expressions than provided by the Jakarta Regex implementation. For our use case (server/build app), it makes more sense to have the dependency be on the heavier-weight ORO package than on Regex. Don't get me wrong here -- Jakarta Regex isn't bad, it's just a minimal implementation (good for other use cases, I'm sure). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
