angular/modules/benchmarks/src/old
Miško Hevery 64770571b2 perf: don't create holey arrays (#32155)
Don't use `Array` constructor with the size value (ex. `new Array(5)`) - this will create a `HOLEY_ELEMENTS` array (even if this array is filled in later on!);

https://v8.dev/blog/elements-kinds
https://stackoverflow.com/questions/32054170/how-to-resize-an-array

PR Close #32155
2019-08-21 08:27:43 -07:00
..
compiler perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
costs perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
di refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
naive_infinite_scroll refactor(compiler): Drop support for the deprecated <template>. Use <ng-template> instead (#22783) 2018-03-15 14:52:22 -07:00
page_load style: add missing copyright headers 2016-10-31 14:25:53 -07:00