components icon indicating copy to clipboard operation
components copied to clipboard

perf(cdk/table): Use ResizeObservers instead of dom measurement to re…

Open kseamon opened this issue 1 year ago • 0 comments
trafficstars

…duce layout thrashing (where possible)

There's still one set of measurements at startup. It might be possible to eliminate that along with some of the existing code with some additional changes but as-is this is already a substantial improvement.

kseamon avatar Oct 02 '24 18:10 kseamon