ibrik
ibrik copied to clipboard
outdated lodash - improving performance
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?