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.
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.