[webkit-dev] Slow idioms with WTF::String

Geoffrey Garen ggaren at apple.com
Mon Jul 18 16:46:59 PDT 2011


> How about using RopeImpl as JSString does to boost operator+=?

The solutions Darin suggested are faster and more memory efficient than RopeImpl.

RopeImpl is a good solution when you can't control the string idioms used by the programmer. Hopefully we don't have this problem in WebKit!

Geoff


More information about the webkit-dev mailing list