This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Angular forEach Significantly slower than Lodash forEach #12628
Open
Description
Is there any way that the performance of angular.forEach
could be improved? Lodash seems to have a pretty quick implementation.
https://jsperf.com/angular-foreach-vs-native-for-loop/148