Hacker News new | ask | show | jobs
by dreur 4830 days ago
lo-dash compatible?

First time I hear about lo-dash. Anyone know of it and why it maters?

1 comments

Lo-dash is like underscore, but faster.
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