[webkit-dev] Custom String class over STL string class

wei wang apunix at gmail.com
Mon Jan 12 16:53:58 PST 2009


WebKit uses its own string classes instead of using STL string,  I would
like to ask why you want to implement your own string classes? Although
webkit uses UTF-16 internally, we can also implement our own string traits
to manipulate UTF-16 char using STL string.

What is your driving force?  Are there some advantages of own string classes
over STL string? Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090113/adde3f6a/attachment.html>


More information about the webkit-dev mailing list