Hacker News new | ask | show | jobs
by ben336 4154 days ago
Interestingly, in practice lo-dash actually doesn't proxy through to the native implementation for things like map and forEach. Just using loops ends up being more performant because of some edge cases in the ES5 spec for those methods that lo-dash and underscore don't follow.

http://benmccormick.org/2014/11/12/underscore-vs-lodash/