-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enumerate() instantiation time reducing by using PEP 590 vectorcall #87872
Comments
Finally, I success to implement PEP-590 for enumerate type which is the well-used type in Python. Amazingly enhanced! +-----------------+------------------------+----------------------------+ |
See my last benchmark Same result in both Linux VM and Macbook pro. |
Thanks Victor! |
I noticed that the msg390083 was based on a non-optimized build. Here is the PGO + LTO based benchmark. +-----------------+----------+----------------------+ |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: