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 jeethu, serhiy.storchaka
Date 2018-01-11.14:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515682764.41.0.467229070634.issue32534@psf.upfronthosting.co.za>
In-reply-to
Content
In your benchmarks the difference between thresholds is only 4%. It would be not worth to keep a special case for such small benefit.

But note that in your benchmarks you inserted in a list with the size up to 50000 elements. The value of the threshold affects only the first few insertions. Your need to test inserting in short lists. Recreate a list at every iteration.
History
Date User Action Args
2018-01-11 14:59:24serhiy.storchakasetrecipients: + serhiy.storchaka, jeethu
2018-01-11 14:59:24serhiy.storchakasetmessageid: <1515682764.41.0.467229070634.issue32534@psf.upfronthosting.co.za>
2018-01-11 14:59:24serhiy.storchakalinkissue32534 messages
2018-01-11 14:59:24serhiy.storchakacreate