Integrated: 8325154: resizeColumnToFitContent is slower than it needs to be
Robert Lichtenberger
rlichten at openjdk.org
Wed Feb 14 15:36:08 UTC 2024
On Fri, 2 Feb 2024 06:55:36 GMT, Robert Lichtenberger <rlichten at openjdk.org> wrote:
> The PR simply moves column and view-updates outside the loop. Since the column or view never changes within the for-loop it is not necessary to call these again and again.
This pull request has now been integrated.
Changeset: e2f42c5b
Author: Robert Lichtenberger <rlichten at openjdk.org>
Committer: Andy Goryachev <angorya at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/e2f42c5b71ef061c614540508fbac3fb610b1ae3
Stats: 8 lines in 1 file changed: 4 ins; 4 del; 0 mod
8325154: resizeColumnToFitContent is slower than it needs to be
Reviewed-by: angorya, mhanl
-------------
PR: https://git.openjdk.org/jfx/pull/1358
More information about the openjfx-dev
mailing list