-
Enhancement
-
Resolution: Unresolved
-
P3
-
jfx11, 8, 9, jfx15
ExpressionHelper.Generic is a utility class that is used in the implementation of bindings. When bindings are created and disposed listeners are added and removed from ExpressionHelper.Generic. This is done using an array list, leading to poor performance of List.remove when the list grows too large. Using a set would improve performance. The solution would need to ensure that the performance and memory doesn't suffer for a small number of listeners.
- duplicates
-
JDK-8185886 Improve scrolling performance of TableView and TreeTableView
-
- Closed
-
- relates to
-
JDK-8252811 The list of cells in a VirtualFlow is cleared every time the number of items changes
-
- Resolved
-
-
JDK-8252935 Add treeShowing listener only when needed
-
- Resolved
-
-
JDK-8185887 TableRowSkinBase fails to correctly virtualize cells in horizontal direction
-
- Resolved
-
- links to
-
Review openjdk/jfx/108