-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Specialize CONTAINS_OP
#116381
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
type-feature
A feature request or enhancement
Comments
Fidget-Spinner
added
type-feature
A feature request or enhancement
performance
Performance or resource usage
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
labels
Mar 5, 2024
This was referenced Mar 5, 2024
Fidget-Spinner
added a commit
that referenced
this issue
Mar 6, 2024
* Specialize CONTAINS_OP * 📜🤖 Added by blurb_it. * Add PyAPI_FUNC for JIT --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Fidget-Spinner
added a commit
that referenced
this issue
Mar 7, 2024
* Remove bad specializations, add fail stats
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
* Specialize CONTAINS_OP * 📜🤖 Added by blurb_it. * Add PyAPI_FUNC for JIT --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…-116464) * Remove bad specializations, add fail stats
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
* Specialize CONTAINS_OP * 📜🤖 Added by blurb_it. * Add PyAPI_FUNC for JIT --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…-116464) * Remove bad specializations, add fail stats
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
I'll work on the following specializations:
list
dict
tuple
set
str
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: