Skip to content

Conversation

@arash77
Copy link
Member

@arash77 arash77 commented Oct 15, 2025

Replaced the nested loop repository matching with a hash-based lookup table to improve performance and readability. Matching is now done via (name, owner, revision) keys with a secondary tool shed URL check. This reduces time complexity from O(n×m) to O(n+m) and simplifies the logic.

arash77 and others added 2 commits October 15, 2025 15:56
Co-authored-by: Marius van den Beek <[email protected]>
…validated before processing installed repositories
Copy link
Member

@mvdbeek mvdbeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good now, if you restore the imports this is good to go

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