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
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 chance to update to the latest release?
The text was updated successfully, but these errors were encountered:
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 chance to update to the latest release?
The text was updated successfully, but these errors were encountered: