mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
df03fec8a6
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