[issue44661] Update property_descr_set to use vectorcall if possible.

STINNER Victor report at bugs.python.org
Wed Aug 4 11:40:50 EDT 2021


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

> Mean +- std dev: [property_base] 140 ns +- 5 ns -> [property_vectorcall] 125 ns +- 2 ns: 1.12x faster

Ah! That's better. If it was only 1.01x faster, I would say that it's not worth it. But 1.12x is worth it. Thanks for this optimization.

----------

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


More information about the Python-bugs-list mailing list