-
Notifications
You must be signed in to change notification settings - Fork 92
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
UI freeze when saving big file after find replace #1575
Comments
I found 2 issues here:
|
The binary search comments can be realized by something like this:
That doesn't fix the problem though (since its background work). The retain method will need another array to speed it up, with different contents. Since the background work is fast already with this change, its probably not needed to do more there. |
To clarify, I was using the find-replace dialog. Not the new overlay. |
I was also able to see the poor performance when using the new F&R overlay. I don't see the same methods you mentioned but it's probably the same root cause: snapshot-1656403781909.zip |
To reproduce:
The text was updated successfully, but these errors were encountered: