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
After #1552 and #1554 it may be good to look at optimizing the big 5 (or 3) (_.each, _.filter, _.map, __.some, .every) to use a for-loop for array-like values and fallback to a helper for objects.
The text was updated successfully, but these errors were encountered:
After #1552 and #1554 it may be good to look at optimizing the big 5 (or 3) (
_.each
,_.filter
,_.map
, __.some, .every) to use a for-loop for array-like values and fallback to a helper for objects.The text was updated successfully, but these errors were encountered: