-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
Rect object removal in RectanglePacker is implemented as a linear search algorithm in a two-dimensional ArrayList, which is very inefficient when the number of objects is large.
In particular, it affects the SpiralText test with long delays (~100ms) of glyph cache cleaning occurring approximately two times per second thus creating a visible stuttering effect.
In particular, it affects the SpiralText test with long delays (~100ms) of glyph cache cleaning occurring approximately two times per second thus creating a visible stuttering effect.