Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
… allocation domain
This reverts commit 85255b2.
…s it, to avoid repeated calls to IdModel
Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Optimize allocation domain exclusion using group-based lookups
Changes Made
Inlined
getExcludedAllocationDomain()helper function directly intousePresetAllocationDomain()processing loopExpensive
disjointValSets().strictAreMapped()is replaced with efficient group-based lookups🛠️ Implementation Details
Old approach:
New approach: