From: Ito Kazumitsu <[EMAIL PROTECTED]>
Date: Sat, 18 Feb 2006 01:21:58 +0900 (JST)

>       * gnu/regexp/RETokenRepeated.java(findDoables): Set MF_FIND_ALL
>       so that all possibilities can be found.
>       (match): Rewritten using new methods matchMinimum and _match.
>       (_match): New method which performs a depth-first recursive search.

While _match performs a depth-first search, another method
findDoables performs a width-first search trying to find all
possibilities.  I hope something can be done on findDoables
in order to improve performance.

Reply via email to