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 serhiy.storchaka
Recipients alex, benjamin.peterson, brett.cannon, pitrou, rhettinger, serhiy.storchaka
Date 2013-03-04.16:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362414855.25.0.174678940285.issue17338@psf.upfronthosting.co.za>
In-reply-to
Content
This unlikely will be useful. C code uses __length_hint__ because C code is fast enough and fill time can be comparable to resize time. But Python code will be one or two order slower and resize time is insignificant fraction of total time for any real code. You can implement your proposition and do the tests, and I doubt that they will show impressive results.
History
Date User Action Args
2013-03-04 16:34:15serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, pitrou, benjamin.peterson, alex
2013-03-04 16:34:15serhiy.storchakasetmessageid: <1362414855.25.0.174678940285.issue17338@psf.upfronthosting.co.za>
2013-03-04 16:34:15serhiy.storchakalinkissue17338 messages
2013-03-04 16:34:15serhiy.storchakacreate