summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-03-13 22:57:00 +0900
committerGitHub <noreply@github.com>2020-03-13 14:57:00 +0100
commit9ee88cde1abf7f274cc55a0571b1c2cdb1263743 (patch)
tree054a0854e660a4636136afe6c6158b94d8328589 /Python/sysmodule.c
parent3f2f4fefca388bc62fc2a7d07cb6ef24197c84bd (diff)
downloadcpython-git-9ee88cde1abf7f274cc55a0571b1c2cdb1263743.tar.gz
bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936)
Master: ./python.exe -m pyperf timeit "tuple((1, 2, 3, 4, 5))" Mean +- std dev: 361 ns +- 15 ns PEP-590: ./python.exe -m pyperf timeit "tuple((1, 2, 3, 4, 5))" Mean +- std dev: 203 ns +- 13 ns
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions