RFR: JDK-8304960: ObservableListBase should defer constructing ListChangeBuilder
Kevin Rushforth
kcr at openjdk.org
Thu Mar 30 22:23:26 UTC 2023
On Wed, 29 Mar 2023 12:15:02 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
> A 1200 Node application sees a 2/3rds reduction of ListChangeBuilder's created. Every `Node` for example has an `ObservableList` for style classes, and every `Parent` has one for stylesheets, which rarely if ever change.
Looks good.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1075#pullrequestreview-1366014448
More information about the openjfx-dev
mailing list