Differences between revisions 2 and 3
Revision 2 as of 2006-05-24 15:10:05
Size: 312
Editor: RichardJones
Comment:
Revision 3 as of 2006-05-24 15:12:08
Size: 345
Editor: RichardJones
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Things that we tried but decided were not good ideas. = Things that we tried but decided were not good ideas. =

'''List pre-allocation'''

Things that we tried but decided were not good ideas.

List pre-allocation

Adding the ability to pre-allocate builtin list storage. At best we can speed up appends by about 7-8% for lists of 50-100 elements. For the large part the benefit is 0-2%. For lists under 20 elements, peformance is actually reduced when pre-allocating.

NeedForSpeed/Failures (last edited 2008-11-15 14:01:24 by localhost)

Unable to edit the page? See the FrontPage for instructions.