This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Very low performance on collapse #1222
Closed
Description
I've been working to optimize the performance of my Angular app.
I have found that this particular line invoking a watch is responsible for something like 15% of my watch expressions total time.
Maybe there is a more performatic way of tackling this problem?
(btw, thanks for the incredible library you guys are building.)