FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Optimize pytest duplicate check from O(n) to O(1) using sets by eleanorjboyd · Pull Request #25658 · microsoft/vscode-python · GitHub

Optimize pytest duplicate check from O(n) to O(1) using sets - #25658

Merged
Eleanor Boyd (eleanorjboyd) merged 3 commits into
microsoft:mainfrom
eleanorjboyd:initial-spoonbill
Dec 12, 2025
Merged

Optimize pytest duplicate check from O(n) to O(1) using sets#25658
Eleanor Boyd (eleanorjboyd) merged 3 commits into
microsoft:mainfrom
eleanorjboyd:initial-spoonbill

Conversation

Eleanor Boyd (eleanorjboyd) commented Dec 12, 2025
edited
Loading

Copy link
Copy Markdown
Member

switched from list to set for better preformance

was first done by copilot but ported over

related to #25348 but about execution instead of discovery

Copilot AI and others added 2 commits December 12, 2025 21:22
…d of list

Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
Eleanor Boyd (eleanorjboyd) changed the title Optimize pytest duplicate check from O(n) to O(1) using set #36 Optimize pytest duplicate check from O(n) to O(1) using sets Dec 12, 2025
Eleanor Boyd (eleanorjboyd) added the debt Code quality issues label Dec 12, 2025
Eleanor Boyd (eleanorjboyd) marked this pull request as ready for review December 12, 2025 22:10
vs-code-engineering Bot added this to the December / January 2026 milestone Dec 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Code quality issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL