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 corona10
Recipients corona10
Date 2021-08-29.15:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630252568.97.0.406594835978.issue45045@roundup.psfhosted.org>
In-reply-to
Content
There are optimizable points that can be achieved by removing unnecessary tuple transformation and using vector calling convention.

+---------------+--------+----------------------+
| Benchmark     | base   | opt                  |
+===============+========+======================+
| bench pattern | 482 ns | 417 ns: 1.15x faster |
+---------------+--------+----------------------+
History
Date User Action Args
2021-08-29 15:56:09corona10setrecipients: + corona10
2021-08-29 15:56:08corona10setmessageid: <1630252568.97.0.406594835978.issue45045@roundup.psfhosted.org>
2021-08-29 15:56:08corona10linkissue45045 messages
2021-08-29 15:56:08corona10create