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 jeethu
Recipients jeethu, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2018-01-17.15:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516201644.03.0.467229070634.issue32534@psf.upfronthosting.co.za>
In-reply-to
Content
> > I still think those numbers are misleading or downright bogus.  There is no existing proof that list.insert() is a critical path in those benchmarks.

> Can someone check if these bencmarks really use list.insert() in hot code? If yes, why? :-) The cost of list.insert() is known, no?

Sure! https://gist.github.com/jeethu/000a2d3ecd9033c0ef51331f062ac294
History
Date User Action Args
2018-01-17 15:07:24jeethusetrecipients: + jeethu, rhettinger, pitrou, vstinner, serhiy.storchaka
2018-01-17 15:07:24jeethusetmessageid: <1516201644.03.0.467229070634.issue32534@psf.upfronthosting.co.za>
2018-01-17 15:07:24jeethulinkissue32534 messages
2018-01-17 15:07:23jeethucreate