You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ff6347
changed the title
Use everyItem or itemByRange instead of loops for better performance in core m
Use everyItem or itemByRange instead of loops for better performance in core
Jul 7, 2016
I've been snooping around the source. Actually there are not a lot of for loops used to get elements. 👍 There are some forEach loops though. these can't be replaced by a everyitem() call. The everyItem or itemByRange can be used to set properties but there is no way to run a function on each item.
As mentioned in issue #44
The text was updated successfully, but these errors were encountered: