angular-cn/integration/side-effects/snapshots
Miško Hevery f3c69e7f6b refactor(ivy): rewrite flatten function to be more memory efficient (#30468)
The `flatten` function used `concat` and `slice` which created a lot of intermediary
object allocations. Because `flatten` is used from query any benchmark which
used query would exhibit high minor GC counts.

PR Close #30468
2019-05-21 13:06:23 -07:00
..
animations test: add integration test for side effects (#29329) 2019-05-16 12:08:49 -07:00
animations-browser refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
common test: add integration test for side effects (#29329) 2019-05-16 12:08:49 -07:00
core refactor(ivy): rewrite flatten function to be more memory efficient (#30468) 2019-05-21 13:06:23 -07:00
elements refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
forms test: add integration test for side effects (#29329) 2019-05-16 12:08:49 -07:00
platform-browser refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
router test: add integration test for side effects (#29329) 2019-05-16 12:08:49 -07:00