angular-ui/ui-grid
在 GitHub 查看[Performance Increase] Replace prototype forEach/map within ui-grid for better performance
Open
#6,960 建立於 2019年4月19日
good first issuegrid-coreseverity: performance
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Looking at the performance of the faster ForEach/map functions written you can see that significant performance increase happens over the built in forEach/map prototype on a javascript array.
I saw that ui-grid uses the built in prototypes and figured they could use a performance increase so that ui-grid becomes more responsive with larger grid sizes. The larger the array, the more significant of a performance increase it has!