Hacker News new | ask | show | jobs
by impostervt 4837 days ago
Lo-dash is like underscore, but faster.
2 comments

and 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/2677cdf...
I submitted an issue to lodash, feel free to add to it: https://github.com/bestiejs/lodash/issues/215
Thanks, searched a bit more and found some more info on SO by the author of Lo-dash: http://stackoverflow.com/questions/13789618/differences-betw...

Saw and updated some benchmarks, quite impressive: http://jsperf.com/lodash-underscore/6

Edit: added some benchmark