Bug 67084

Summary: Investigate the performance of StringBuilder's growing/shrinking policy and optimize
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: ap, barraclough, darin, shinyak, shinyak, sullivan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66661    

Xianzhu Wang
Reported 2011-08-26 21:07:58 PDT
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.
Attachments
Darin Adler
Comment 1 2011-08-27 12:19:47 PDT
One of the most important people to cc on bugs like this is Gavin Barraclough, who is the main person at Apple looking at strings and either the author or most recent enhancer of StringBuilder.
Note You need to log in before you can comment on or make changes to this bug.