Skip to content

Conversation

@mikekirin
Copy link
Contributor

No description provided.

@mikekirin mikekirin force-pushed the cli-visibleparts-opt branch 8 times, most recently from 393c022 to 0b27fd0 Compare November 6, 2025 15:43
@mikekirin mikekirin force-pushed the cli-visibleparts-opt branch from 0b27fd0 to ef95732 Compare November 10, 2025 14:08

for (size_t i = 0; i < parts->partList().size(); ++i) {
if (muse::contains(visibleParts, i)) {
const Part* p = parts->partList().at(i);
Copy link
Contributor

Choose a reason for hiding this comment

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

Optimization: move partList into a variable and reuse it everywhere in this method

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