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 pitrou
Recipients jeethu, pitrou, rhettinger, serhiy.storchaka
Date 2018-01-15.14:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516025799.28.0.467229070634.issue32534@psf.upfronthosting.co.za>
In-reply-to
Content
I'm quite surprised so many benchmarks would be speeded up so significantly by a list.insert() optimization (why a 27% speedup on computing digits of pi, or a 33% speedup on a N-body simulation?).  Are you sure the two executables are similarly compiled?
History
Date User Action Args
2018-01-15 14:16:39pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka, jeethu
2018-01-15 14:16:39pitrousetmessageid: <1516025799.28.0.467229070634.issue32534@psf.upfronthosting.co.za>
2018-01-15 14:16:39pitroulinkissue32534 messages
2018-01-15 14:16:39pitroucreate