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 vstinner
Recipients jeethu, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2018-01-17.13:43:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516196606.18.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?
History
Date User Action Args
2018-01-17 13:43:26vstinnersetrecipients: + vstinner, rhettinger, pitrou, serhiy.storchaka, jeethu
2018-01-17 13:43:26vstinnersetmessageid: <1516196606.18.0.467229070634.issue32534@psf.upfronthosting.co.za>
2018-01-17 13:43:26vstinnerlinkissue32534 messages
2018-01-17 13:43:26vstinnercreate