[issue32534] Speed-up list.insert

Jeethu Rao report at bugs.python.org
Mon Jan 15 18:17:52 EST 2018


Jeethu Rao <jeethu at jeethurao.com> added the comment:

I rebased my branch off of master and rebuilt it, and also rebuilt the baseline from master. Both versions were configured with --with-lto and --enable-optimizations. The benchmark numbers are rather different this time[1]. pidigits is slower, but nbody is still inexplicably faster. Should I run the benchmark without a PGO build (i.e without --enable-optimizations)?

Also, I've attached the output from the pyperformance run to the aforementioned gist.

[1]: https://gist.github.com/jeethu/dc0811d415dd6d1a1621761e43842f88

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32534>
_______________________________________


More information about the Python-bugs-list mailing list