RFR: 8197991: Selecting many items in a TableView is very slow [v3]
Kevin Rushforth
kcr at openjdk.java.net
Thu Jan 6 21:36:24 UTC 2022
On Fri, 17 Dec 2021 20:38:56 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Abhinay Agarwal has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update ROW_COUNT to 700_000
>
> tests/manual/controls/SelectListViewTest.java line 66:
>
>> 64: long t = System.currentTimeMillis();
>> 65: listView.getSelectionModel().clearSelection();
>> 66: System.out.println("time:"+ (System.currentTimeMillis() - t));
>
> MInor: space before the `+` here and a few places below.
This is still pending.
-------------
PR: https://git.openjdk.java.net/jfx/pull/673
More information about the openjfx-dev
mailing list