> -----Original Message----- > From: Finn Bock [mailto:[EMAIL PROTECTED]
<snip /> > > But since == *is* faster then .equals and I think we can assume that > most URIs are in fact from the FO namespace we can get the benefit from > both. > > Measured with jdk1.4.2_02 on winXP: > > Equal string > == 141 > .equals 1938 > == || .equals 203 Now THERE's an alternative I can live with... Everyone happy, including myself :-) Cheers, Andreas
