Andrei Ciobanu
Andrei Ciobanu
Hello there! I've started working on some iOS 14 widgets for CoronaTracker, but I've hit a problem: the peak memory usage for a widget cannot exceed 30 Mb. Currently, getting...
I think I managed to solve the issue... By looking at memory allocations, I've found that `JHURepoDataService.parseTimeSerieses(data:, completion:)` had the heaviest memory footprint. This was mainly because it took all...
@mhdhejazi - just made a PR that only addresses the memory reduction stuff (https://github.com/mhdhejazi/CoronaTracker/pull/133)
What if you'd like to take it straight from the pixel buffer?
I tested now and if I run the build script manually (with -p, -s, -o parameters) it generates the Settings.swift file