>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 12-Dec-2001 Herbert Voss wrote: >>> Is the UserGuide.lyx large enough to show this behaviour on your >>> box? >> no Juergen> Hmmm is your document longer or does it have more figures? Or Juergen> maybe it's a multi-part-document? You'll understand that for Juergen> us it's quite hard to fix stuff we cannot reproduce. In case you did not notice, Herbert gave an URL earlier for a good example. I'm sure that if you ask kindly he will give it again :) One think that will give great gains on reformat speed is to avoid computing the font of each character we look for. I do not remember the specifics, but it is around 20-30% or cimplete time. Also, the parsing routines which compare each token to given strings shows lots of time spent in string::operator==. JMarc