mirror of
https://github.com/penpot/penpot.git
synced 2026-02-27 23:03:53 +00:00
Mainly replace a loop with run! that used reduce as impl. After measuring there are no real difference between using the more complex loop and more simplier run!; in parity of performance we prefer simplier approach.