This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lskovlund
Recipients
Date 2006-10-02.13:30:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Use iterative doubling when extending the old array.
This results in O(log n) calls to memcpy() instead of O(n).
History
Date User Action Args
2007-08-23 15:54:48adminlinkissue1569291 messages
2007-08-23 15:54:48admincreate