Hey guys, I've noticed a lot of CPU and memory usa...
# compose-ios
h
Hey guys, I've noticed a lot of CPU and memory usage when loading images on iOS with KMP, I'm not sure if it's the library (Kamel) or not but the same issue is not present on Android or when done natively. These are thumbnails for a movie aggregator app, so imagine that there are screens as grid with pagination. I'm no expert in iOS development but I tried doing the same thing with Swift UI using AsyncImage, the CPU and memory consumption were 50-70% less.
👍 1
e
We are actively working on memory/performance issues. If you could send us repros, that would help the effort.
🙌 1
t
I am very much looking forward to this. Our app has similar issues with the GC and memory loss. I also think a straight forward simple repro case is hard. As real apps grow complexity grows and it gets harder to nail down what might be happening. I think what would be nice is better debugging tools we can enable on the app side to trace and measure what is really happening in the system...
4
👍 2