Re: Speeding up file parsing

2002-05-29 Thread Andre Poenitz
On Tue, May 28, 2002 at 07:18:22PM +0200, Jean-Marc Lasgouttes wrote: > Of course, buffer loading is something as 20% of total time when the > reformatingof paragraph takes place. This part is more difficult to > improve, unless we have a working paragraph iterator which can cache > current font.

Re: Speeding up file parsing

2002-05-29 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > | [Nothing] > | Hmm, sending the patch but not the message is a new interesting thing | to do... I wonder why this happened. Here it is anyway. Seems ok to me. -- L

Re: Speeding up file parsing

2002-05-28 Thread John Levon
On Tue, May 28, 2002 at 07:18:22PM +0200, Jean-Marc Lasgouttes wrote: > To my great surprise, this is even worse, since 53% of time (62% after > patch) is now taken by Paragraph::Pimpl::isTextAt(), which is used to > handle the magic LaTeX, LyX, and other macros. The culprit, again, is > that thi

Re: Speeding up file parsing

2002-05-28 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: [Nothing] Hmm, sending the patch but not the message is a new interesting thing to do... I wonder why this happened. Here it is anyway. JMarc -- The appended patch speeds up the buffer loading process by a factor

Speeding up file parsing

2002-05-28 Thread Jean-Marc Lasgouttes
speedup3.diff.gz Description: Binary data