-
Enhancement
-
Resolution: Fixed
-
P4
-
fx2.0
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.