On Saturday 03 April 2004 17:59, Harri Porten wrote: > The code can probably easily be enhanced to completely avoid looping over > each character for short strings. I'll give it a test in HEAD. Looks good, except that the actual operator== is probably a bit too big for being inlined. Its probably better to de-inline it. Dirk