[issue41873] Add vectorcall for float()

Dennis Sweeney report at bugs.python.org
Mon Sep 28 04:55:08 EDT 2020


New submission from Dennis Sweeney <sweeney.dennis650 at gmail.com>:

I got these benchmarks:

.\python.bat -m pyperf timeit "float(0)"

Before: Mean +- std dev: 79.0 ns +- 1.0 ns
After:  Mean +- std dev: 51.5 ns +- 1.6 ns

----------
components: Interpreter Core
messages: 377590
nosy: Dennis Sweeney
priority: normal
severity: normal
status: open
title: Add vectorcall for float()
type: performance
versions: Python 3.10

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


More information about the Python-bugs-list mailing list