[issue32534] Speed-up list.insert: use memmove()

STINNER Victor report at bugs.python.org
Fri May 18 20:11:04 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

This issue is a micro-optimization which is only 1.08x faster:
https://bugs.python.org/issue32534#msg310146

Moreover, it seems really hard to measure precisely the benefit on benchmarks. Results seem to not be reliable.

I suggest to close the issue as WONTFIX, as I cannot see any reliable speedup nor any significant impact on performance.

----------

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


More information about the Python-bugs-list mailing list