[Webkit-unassigned] [Bug 14997] Support for server-sent DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 30 00:02:20 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14997





------- Comment #9 from aroben at apple.com  2007-09-30 00:02 PDT -------
(In reply to comment #6)
> Is there a fast way to concat strings? The + operator is what's used in KJS's
> array join() method...

One method we sometimes use is to create a Vector<UChar> and do all of the
appending work on that. Then, once we're done appending, we create a String
from Vector<UChar>::data().


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list