This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sir-sigurd
Recipients sir-sigurd
Date 2019-02-21.09:41:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550742095.78.0.510833916467.issue36063@roundup.psfhosted.org>
In-reply-to
Content
This change produces minor speed-up:

$ python-other -m perf timeit -s "divmod_ = divmod" "divmod_(1, 1)" --duplicate=1000 --compare-to=../cpython-master/venv/bin/python
python: ..................... 64.6 ns +- 4.8 ns
python-other: ..................... 59.4 ns +- 3.2 ns

Mean +- std dev: [python] 64.6 ns +- 4.8 ns -> [python-other] 59.4 ns +- 3.2 ns: 1.09x faster (-8%)
History
Date User Action Args
2019-02-21 09:41:35sir-sigurdsetrecipients: + sir-sigurd
2019-02-21 09:41:35sir-sigurdsetmessageid: <1550742095.78.0.510833916467.issue36063@roundup.psfhosted.org>
2019-02-21 09:41:35sir-sigurdlinkissue36063 messages
2019-02-21 09:41:35sir-sigurdcreate