RFR: 8197991: Selecting many items in a TableView is very slow [v3]
yosbits
github.com+7517141+yososs at openjdk.java.net
Tue Sep 22 09:04:16 UTC 2020
On Mon, 14 Sep 2020 09:53:25 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:
>> yosbits has refreshed the contents of this pull request, and previous commits have been removed. The incremental views
>> will show differences compared to the previous content of the PR. The pull request contains one new commit since the
>> last revision:
>> 8197991: Fix multi-select performance issues
>
> modules/javafx.controls/src/main/java/javafx/scene/control/MultipleSelectionModelBase.java line 861:
>
>> 859: }
>> 860:
>> 861: /** Returns number of true bits in BitSet */
>
> Method description and work done by it is no more matching. Can you please update the comment?
This comment is correct. this.size is the cache.
-------------
PR: https://git.openjdk.java.net/jfx/pull/127
More information about the openjfx-dev
mailing list