angular/packages/core/src/reflection
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
..
BUILD.bazel style: enforce buildifier lint on CI (#28186) 2019-02-26 16:57:41 -08:00
platform_reflection_capabilities.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
reflection.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
reflection_capabilities.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
reflector.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
types.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00