ibrik icon indicating copy to clipboard operation
ibrik copied to clipboard

outdated lodash - improving performance

Open igorlino opened this issue 9 years ago • 0 comments

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?

igorlino avatar Feb 27 '15 11:02 igorlino