[issue39737] Speed up list.__eq__ by about 6%

STINNER Victor report at bugs.python.org
Mon Mar 2 12:39:23 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

I suggest to use LTO + PGO optimizations when benchmarking Python:
https://pyperformance.readthedocs.io/usage.html#how-to-get-stable-benchmarks

Benchmarking is hard :-/

----------

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


More information about the Python-bugs-list mailing list