[Python-checkins] r46181 - python/branches/rjones-prealloc

richard.jones python-checkins at python.org
Wed May 24 17:10:50 CEST 2006


Author: richard.jones
Date: Wed May 24 17:10:50 2006
New Revision: 46181

Removed:
   python/branches/rjones-prealloc/
Log:
Didn't pan out - 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.



More information about the Python-checkins mailing list