angular-ui/ui-grid

[Performance Increase] Replace prototype forEach/map within ui-grid for better performance

已关闭

#6,960 创建于 2019年4月19日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
good first issuegrid-coreseverity: performance

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

http://jsben.ch/N3AVA

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!

贡献者指南