8000 Fixed #23992 -- Optimized reorder_suite functions using OrderedSet by tchaumeny · Pull Request #3730 · django/django · GitHub
[go: up one dir, main page]

Skip to content

Fixed #23992 -- Optimized reorder_suite functions using OrderedSet #3730

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

Merged
merged 1 commit into from
Dec 14, 2014

Conversation

tchaumeny
Copy link
Contributor

Django test suite setup takes 30s less after that patch. The problem was that the if test not in bins[...] have an inherent O(n) complexity, because they require implicit iteration over bins[...].

aaugustin added a commit that referenced this pull request Dec 14, 2014
Fixed #23992 -- Optimized reorder_suite functions using OrderedSet
@aaugustin aaugust 61E6 in merged commit 0fc1882 into django:master Dec 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0