angular/modules/benchmarks/src/tree
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
..
baseline perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
incremental_dom build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
iv build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00
ng1 build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
ng2 build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
ng2_next build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
ng2_static build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
ng2_switch build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
render3 build: update to nodejs rules 0.34.0 and bazel 0.28.1 (#31824) 2019-07-26 15:01:25 -07:00
render3_function refactor(ivy): make styling instructions use the new styling algorithm (#30742) 2019-07-19 16:40:40 -07:00
BUILD.bazel build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871) 2019-02-28 12:06:36 -08:00
tree_perf.spec.ts build: run tree benchmark tests with bazel (#28568) 2019-02-08 13:37:36 -08:00
tree_perf_detect_changes.spec.ts build: run tree benchmark tests with bazel (#28568) 2019-02-08 13:37:36 -08:00
tree_perf_test_utils.ts build: run tree benchmark tests with bazel (#28568) 2019-02-08 13:37:36 -08:00
util.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00