bpo-29202: improve dict iteration by csabella · Pull Request #11900 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@csabella

Copy link Copy Markdown

Contributor

@csabella csabella commented

Feb 16, 2019

edited by bedevere-bot

Loading

Improve dict iteration by using fewer iterations instead of iterating over the whole entry table. Original patch by Raymond Hettinger.

https://bugs.python.org/issue29202

* Use fewer iterations instead of iterating over the whole entry table.

@serhiy-storchaka serhiy-storchaka added skip news performance

Performance or resource usage

labels

Feb 17, 2019

@methane methane changed the title bpo-29202: Improve dict iteration bpo-29202: improve dict iteration

Apr 5, 2019

@methane methane merged commit f66e336 into python:master

Apr 5, 2019

@csabella csabella deleted the bpo29202 branch

April 13, 2019 11:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@serhiy-storchaka serhiy-storchaka serhiy-storchaka approved these changes

@rhettinger rhettinger Awaiting requested review from rhettinger

Assignees

No one assigned

Labels

performance

Performance or resource usage

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@csabella @serhiy-storchaka @methane @the-knights-who-say-ni @bedevere-bot