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, vstinner, xtreak
Date 2021-04-02.17:36:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617384973.81.0.220949587115.issue43706@roundup.psfhosted.org>
In-reply-to
Content
Finally, I success to implement PEP 590 for enumerate type which is the well-used type in Python.

Amazingly enhanced!

+-----------------+------------------------+----------------------------+
| Benchmark       | enumerate_bench_master | enumerate_bench_vectorcall |
+=================+========================+============================+
| bench enumerate | 527 ns                 | 380 ns: 1.39x faster       |
+-----------------+------------------------+----------------------------+
History
Date User Action Args
2021-04-02 17:36:13corona10setrecipients: + corona10, vstinner, xtreak
2021-04-02 17:36:13corona10setmessageid: <1617384973.81.0.220949587115.issue43706@roundup.psfhosted.org>
2021-04-02 17:36:13corona10linkissue43706 messages
2021-04-02 17:36:13corona10create