DEV Community

Discussion on: How 3 Lines of Code Reduced CPU and Memory Consumption by 13%

Collapse
 
johncarroll profile image
John Carroll • Edited

Nice writeup. Not sure if you ended with a call for help, but I remember looking through the Angular Skyhook source code and it uses its own zone rather than the NgZone angular uses.

The maintainer has done a nice job commenting everything, including the custom zone setup and explaining how the interactions between the two different zones work.

May be helpful to look through: packages/core/src/connector.servic...

Collapse
 
hdennen profile image
Harry Dennen

Thanks, I'll take a look.