Skip to content
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

gh-100188: Reduce misses in BINARY_SUBSCR_LIST_INT #100189

Merged
merged 6 commits into from Dec 20, 2022

Conversation

sweeneyde
Copy link
Member

@sweeneyde sweeneyde commented Dec 12, 2022

Comparing ./python -m pyperf timeit -s "a = [0]" "a[-1]" --duplicate=100:

Mean +- std dev: [main100] 12.4 ns +- 0.5 ns -> [pr100] 11.6 ns +- 0.3 ns: 1.07x faster

@sweeneyde sweeneyde marked this pull request as ready for review Dec 12, 2022
@sweeneyde sweeneyde requested a review from iritkatriel Dec 12, 2022
@kumaraditya303 kumaraditya303 added performance Performance or resource usage interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Dec 17, 2022
Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

LGTM

@python python deleted a comment from netlify bot Dec 18, 2022
@sweeneyde sweeneyde merged commit c18d831 into python:main Dec 20, 2022
16 checks passed
@sweeneyde sweeneyde deleted the list_int_nomiss branch Dec 20, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants