Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> When using change tracking whole paragraphs will afaik very | Lars> selcom be deleted. > | Lars> I'll look at bit on this one. > | I leave it to you, then.
One simple solution might perhaps be to use the original code, but use a std::deque instead of a std::vector. Then it is really fast to delete from front. I'll create a patch for that. So that you can try it out. ... Actually... since we are not _really_ working on the front it won't be much faster. std::list otoh would be fast. -- Lgb