DeviceGuru icon indicating copy to clipboard operation
DeviceGuru copied to clipboard

[Performance] Split the plist into platform specific to gain some performance

Open InderKumarRathore opened this issue 3 years ago • 0 comments

Right now (Oct 2022) the size of the file is 19.2 KB which is not that significant, but eventually it will grow. I think we should start thinking to split this plist based on multiple platforms. It might not be a huge improvement to iPhone/iPad but can be significant to watch OS

Although I already made improvement by loading the plist file only first time and subsequent information is read from user defaults which is quite cheap. Let's gather some data and then take the decision.

InderKumarRathore avatar Oct 23 '22 15:10 InderKumarRathore