[New-bugs-announce] [issue39434] Add float __floordiv__ fast path

Dong-hee Na report at bugs.python.org
Thu Jan 23 09:31:39 EST 2020


New submission from Dong-hee Na <donghee.na92 at gmail.com>:

./python.exe -m pyperf timeit "a = 3.5" "b = a // 2"
AS-IS: Mean +- std dev: 377 ns +- 4 ns
my patch: Mean +- std dev: 204 ns +- 2 ns

----------
assignee: corona10
messages: 360559
nosy: corona10
priority: normal
severity: normal
status: open
title: Add float __floordiv__ fast path

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


More information about the New-bugs-announce mailing list