Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cut down the search time by X by not using model.change() to mark each result #10302

Closed
Reinmar opened this issue Aug 4, 2021 · 0 comments · Fixed by #10457
Closed

Cut down the search time by X by not using model.change() to mark each result #10302

Reinmar opened this issue Aug 4, 2021 · 0 comments · Fixed by #10457
Assignees
Labels
package:find-and-replace squad:core Issue to be handled by the Core team. type:improvement This issue reports a possible enhancement of an existing feature.

Comments

@Reinmar
Copy link
Member

Reinmar commented Aug 4, 2021

Extracted from #10022. See @oleq's comments

Scope: Use one model.change() (outside the loop)

@Reinmar Reinmar added squad:core Issue to be handled by the Core team. package:find-and-replace type:improvement This issue reports a possible enhancement of an existing feature. labels Aug 4, 2021
@Reinmar Reinmar modified the milestones: nice-to-have, iteration 46 Aug 4, 2021
@Reinmar Reinmar removed this from the iteration 46 milestone Aug 16, 2021
@Reinmar Reinmar added this to the iteration 47 milestone Aug 30, 2021
@arkflpc arkflpc self-assigned this Aug 30, 2021
oleq added a commit that referenced this issue Aug 31, 2021
Fix (find-and-replace): Improved the performance of the find feature by reducing the number of `model.change()` calls. Closes #10302.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:find-and-replace squad:core Issue to be handled by the Core team. type:improvement This issue reports a possible enhancement of an existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants