Hello again
I forgot one thing in the last mail:
In the program Performance.java reset the line:
RE re = new RE("xyz", RE.MATCH_FROMBEGINNING);
with:
RE re = new RE("^xyz", RE.MATCH_SINGLELINE);That should have the same effect, but the second variety is much slower, because it try to match on the whole string. J�rgen -- J�rgen 'Mnementh' Kosche [EMAIL PROTECTED] GPG: http://www.mnementh.de/public_key Webseite: http://www.mnementh.de/
pgpFTOCb8Hb0O.pgp
Description: signature
