You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by "Daniel F. Savarese" <df...@savarese.org> on 2001/01/09 03:08:53 UTC

Re: [PATCH] for unicode problem (Re: New Regular Expression Package: JavaRegex2 )

>I have posted a unicode patch. But it has weakness which use
>exhaust memory. This new patch doesn't so.
>I write main topics about this patch:

Thanks for attempting to tackle the problem in a more efficient way.
Give me a chance to apply and review the patch before committing the
change to the CVS repository.

>This way keeps enough performance (speed and memory).
>( But I spent a lot of time:( )

Your sacrifice of time will have plugged a major whole that will
benefit a lot of people while we crawl towards Perl 5.6 compatibility.
If I ever get a break of time from work, I'd like to put together a
plan for getting to Perl 5.6 compatibility and submit it for everyone's
review.  Feel free to beat me to the punch.  Unfortunately, Perl
regular expressions are rather monolithic in their implementation and
it may be difficult to lay out orthogonal development subprojects.

daniel