mohamed rejeb
08/21/2023, 8:40 AMfastForEach
in compose, is it because of the boxing and unboxing ? Also I realized that looping throw the indices and getting each element by index is a lot faster than looping throw elements directly specially when I'm drawing a lot of objects so fast in canvas.Albert Chang
08/21/2023, 9:22 AMThis does not allocate an iterator like.Iterable.forEach
jw
08/21/2023, 11:50 AM