Staging
v0.5.1
https://github.com/python/cpython
Revision 9ee88cde1abf7f274cc55a0571b1c2cdb1263743 authored by Dong-hee Na on 13 March 2020, 13:57:00 UTC, committed by GitHub on 13 March 2020, 13:57:00 UTC
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
1 parent 3f2f4fe
History
Tip revision: 9ee88cde1abf7f274cc55a0571b1c2cdb1263743 authored by Dong-hee Na on 13 March 2020, 13:57:00 UTC
bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936)
Tip revision: 9ee88cd

README.rst

back to top