[Webkit-unassigned] [Bug 67084] New: Investigate the performance of StringBuilder's growing/shrinking policy and optimize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 21:07:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67084

           Summary: Investigate the performance of StringBuilder's
                    growing/shrinking policy and optimize
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: darin at apple.com, ap at webkit.org, sullivan at chromium.org


For now StringBuilder and Vector have different growing policy.

StringBuilder: no minimum size, grow to double size when needed.
Vector: minimum size is 16, grow 1/4 when needed.

Need to investigate the optimal values for them.

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



More information about the webkit-unassigned mailing list