You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File search: cache getMatchCount() result to avoid UI hangs
If the search view has matches for 100.000 files, it would hang forever
on updating the view via F5 because it asks getMatchCount() for every
element and that traverses entire result again and again.
This change remembers last computed result and returns that value if
there were no further changes on the search result itself.
See eclipse-platform#2279
0 commit comments