RFR: 8310638: Filtering a TableView with a large number of items freezes the UI [v3]

Andy Goryachev angorya at openjdk.org
Tue Jun 27 18:02:33 UTC 2023


On Tue, 27 Jun 2023 17:57:20 GMT, Johan Vos <jvos at openjdk.org> wrote:

>> This PR fix a performance issue introduced by the fix for JDK-8306447. In that PR, we changed the behavior in case the cellcount changes. In case the cellcount changes to a lower value than the original one, we have to make sure the current index is not higher than the new amount of cells as that would lead to unnecessary computations.
>> 
>> Fix for JDK-8310638
>
> Johan Vos has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address reviewer comment

thank you!
(sorry, last commit due to my comment invalidated two prior approvals)

-------------

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1163#pullrequestreview-1501551593


More information about the openjfx-dev mailing list