-
Bug
-
Resolution: Fixed
-
P3
-
8u25
Iterating over ~40000 getSelectedItems/Indices in a ListView with multi selection is very slow, it takes about 4 seconds on my computer.
I've found out that BitSet.nextSetBit is called more than billion times in MultipleSelectionModelBase/createListFromBitSet/get, maybe that's the problem?
I've found out that BitSet.nextSetBit is called more than billion times in MultipleSelectionModelBase/createListFromBitSet/get, maybe that's the problem?