I20240926-0020
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 https://github.com/eclipse-platform/eclipse.platform.ui/issues/2279