-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
outdated lodash - improving performance #1327
Comments
+1. |
cironunes
added a commit
to cironunes/karma
that referenced
this issue
Mar 3, 2015
cironunes
added a commit
to cironunes/karma
that referenced
this issue
Mar 6, 2015
Closing in favor of #1410 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a newer version of lodash (3.3.1) which improved performance 20-40% overall by better utilizing the JIT in JavaScript engines, using internal helper functions that avoid optimization disqualifications & increase the likelihood of function inlining.
lodash 3.0.0 is 40% (1.40x) faster than lodash 2.4.1.
In v3 also introduced were lazily evaluated chaining for massive performance wins in certain scenarios.
Any change to update to the latest release?
The text was updated successfully, but these errors were encountered: