Is lodash _.map faster than Node.js map?

Viewed 6394

I have a project where I'm using _.map everywhere. Now I have the need to improve it's performance and was wondering if is there any time-performance benefit for using _.map instead of [...].map.

1 Answers
Related