6 ms·
lo-dash compatible? First time I hear about lo-dash. Anyone know of it and why it maters?
by dreur 13y ago
lo-dash compatible?
First time I hear about lo-dash. Anyone know of it and why it maters?
- impostervt 13y agoLo-dash is like underscore, but faster.
- thebramp 13y agoand from my understanding it was meant to be a drop in replacement for underscore.js, but I had to change at least one thing to make it work. https://github.com/bramp/js-sequence-diagrams/commit/2677cdf6eaceee1e540fd3bcdcab495f9d3afa48 https://github.com/bramp/js-sequence-diagrams/commit/2677cdf...
- jrajav 13y agoI submitted an issue to lodash, feel free to add to it: https://github.com/bestiejs/lodash/issues/215 https://github.com/bestiejs/lodash/issues/215
- dreur 13y agoThanks, searched a bit more and found some more info on SO by the author of Lo-dash: http://stackoverflow.com/questions/13789618/differences-between-lodash-and-underscore http://stackoverflow.com/questions/13789618/differences-betw... Saw and updated some benchmarks, quite impressive: http://jsperf.com/lodash-underscore/6 http://jsperf.com/lodash-underscore/6 Edit: added some benchmark