Message336194
| 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:35 | sir-sigurd | set | recipients: + sir-sigurd |
| 2019-02-21 09:41:35 | sir-sigurd | set | messageid: <1550742095.78.0.510833916467.issue36063@roundup.psfhosted.org> |
| 2019-02-21 09:41:35 | sir-sigurd | link | issue36063 messages |
| 2019-02-21 09:41:35 | sir-sigurd | create | |