-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Duplicated lookup on unicodekeys_lookup_unicode #104717
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
Comments
Yes, this is intended, manual loop unrolling. |
Okay then I will close the issue.
It will be great if there is a comment about this. |
corona10
added a commit
to corona10/cpython
that referenced
this issue
May 21, 2023
corona10
added a commit
that referenced
this issue
May 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There are duplicated lookups on
unicodekeys_lookup_unicode
.I am trying to understand this code as manual loop unrolling for performance. but I am not sure that it is intended.
cpython/Objects/dictobject.c
Lines 932 to 961 in be0c106
First introduced from f8a95df
Please let me know this that is intended.
Linked PRs
The text was updated successfully, but these errors were encountered: