On Tue, 2008-11-04 at 16:22 -0500, Dans, Raymond (CAR:9D30) wrote:
> I don't think its as much a problem in myvsprintf as it was in the
> "escape" method.  I just looked through this method and noticed that it
> could be a little smarter.

Ugh, yes!  escape() uses UtlString::append().  Ultimately, all the
UtlString::append() methods use UtlString::capacity() to resize the
string, which if you are appending single characters, adds only 100
characters at a time.

Dale


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to