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

AI and others added 2 commits

December 12, 2025 21:22
…d of list

Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>

@eleanorjboyd 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

@eleanorjboyd

@eleanorjboyd eleanorjboyd added the debt

Covers everything internal: CI, testing, refactoring of the codebase, etc.

label

Dec 12, 2025

dmitrivMS