getsidetrack / swiftui-pipify

A SwiftUI component for launching custom picture-in-picture experiences
MIT License
155 stars 14 forks source link

Memory and Performance #3

Open Sherlouk opened 2 years ago

Sherlouk commented 2 years ago

We need to do a deeper dive into memory management and general performance to ensure we're initialising objects at the ideal time to balance out the speed of launch but also ensuring we're not unnecessarily capturing expensive items in memory when they're not yet needed.

We should also make sure there are no memory leaks within the component.