[New-bugs-announce] [issue44661] Update property_descr_set to use vectorcall if possible.

Dong-hee Na report at bugs.python.org
Sat Jul 17 01:19:43 EDT 2021


New submission from Dong-hee Na <donghee.na at python.org>:

It shows a consistent 1-2% performance improvement.

Mean +- std dev: [property_base] 40.6 ns +- 0.6 ns -> [property_vectorcall] 40.0 ns +- 0.7 ns: 1.01x faster

----------
components: Interpreter Core
files: bench_property.py
messages: 397701
nosy: corona10, erlendaasland, kj, pablogsal, vstinner
priority: normal
severity: normal
status: open
title: Update property_descr_set to use vectorcall if possible.
type: performance
versions: Python 3.11
Added file: https://bugs.python.org/file50154/bench_property.py

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


More information about the New-bugs-announce mailing list