[EMAIL PROTECTED] writes:
| I almost forgot what really was the problem.
|
| [EMAIL PROTECTED] (Lars Gullik Bjììnes) wrote:
|
| > Also I think Jean-Marc's proposal should have a "& 0x7f" in it. Too
| > avoid too many X's.
|
| No!!! Suppose you have a 0x8f in a file name, what do you expect?
Duncan Simpson <[EMAIL PROTECTED]> writes:
| InsertChar in in LyxParagraph looks like it is a lot less efficient,
| expecially if I insert vast amounts of text close to the beginning of a long
| paragraph. A split buffer is cheap in this instance (in my outline below
| endtop just increases by
Allan Rae <[EMAIL PROTECTED]> writes:
| > For testing I made myself a test.lyx with a _HUGE_ single paragraph.
| > (tens of pages). The char* version used 3! minuets to load this... the
| > stl containers used less than 10 secs. The only place where I noticed
| > that rope had any advantage was w
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars> Memory: the footprint of vector is a bit larger than char*, but
| Lars> not by much, if think it is about 500k or something.
|
| What do you mean? Where does this bloat come from? Will it become
| worse with bigger documents? This worries
Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes:
| On 5 Nov 1999, Jean-Marc Lasgouttes wrote:
|
| > Alejandro> It is relevant. I don't think deque gives many advantages
| > Alejandro> over vector.
| >
| > I meant wrt our typical paragraph length, as Lars pointed out.
|
| Of course, I was t