Hi,

> I copy the data into a vector of chars and set a variable
> the vector is only ever cleared (not fully released)
> so once the memory has been got once it will remain available for the next time

Do you add the data 1 character at a time? If so that is potentially a
very large amount of vector resizing. Try setting the initial size of your
vector to something large to see if this is a contributing factor.

Gareth

--
Gareth Reakes, Managing Director            +44-1865-811184
Parthenon Computing                http://www.parthcomp.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to