Andre Poenitz <[EMAIL PROTECTED]> writes:

| On Thu, Mar 11, 2004 at 12:21:05PM +0100, Lars Gullik Bjønnes wrote:
>> Andre Poenitz <[EMAIL PROTECTED]> writes:
>> 
>> | When I think about it: Has anybody ever tried to use a std::vector<>
>> | (-like container) instead of a std::list<> as text container?
>> 
>> You loose the fast undo/paste stuff. since you will need to
>> reallocate... with std::list a splice is done.
>
| [Well, 'could be done', right now it's an insert. Lazy me...]

Then you changed it... when I worked on this last spring I
implememtned at least some of hte undo/paste functions with splice.

-- 
        Lgb

Reply via email to