Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork for array-like in top collection methods. #1555

Closed
jdalton opened this issue Apr 6, 2014 · 1 comment
Closed

Fork for array-like in top collection methods. #1555

jdalton opened this issue Apr 6, 2014 · 1 comment

Comments

@jdalton
Copy link
Contributor

jdalton commented Apr 6, 2014

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.

@megawac
Copy link
Collaborator

megawac commented Sep 3, 2014

#1708 and others cover this I believe, though not with a helper

@megawac megawac closed this as completed Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants