diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2020-03-13 13:57:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 13:57:00 (GMT) |
commit | 9ee88cde1abf7f274cc55a0571b1c2cdb1263743 (patch) | |
tree | 054a0854e660a4636136afe6c6158b94d8328589 /Doc | |
parent | 3f2f4fefca388bc62fc2a7d07cb6ef24197c84bd (diff) | |
download | cpython-9ee88cde1abf7f274cc55a0571b1c2cdb1263743.zip cpython-9ee88cde1abf7f274cc55a0571b1c2cdb1263743.tar.gz cpython-9ee88cde1abf7f274cc55a0571b1c2cdb1263743.tar.bz2 |
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 'Doc')
0 files changed, 0 insertions, 0 deletions