[issue32534] Speed-up list.insert

Antoine Pitrou report at bugs.python.org
Mon Jan 15 09:16:39 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

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?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list