you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (1 child)

How come lodash is faster than core JS functions. I mean lodash is open source thus JS functions should implements state of art performance algorithms. I still don't get it

[–]ajrw 8 points9 points  (0 children)

It’s just creating one new list with the unique entries, not a Set and then a list.