People who are using compose ios in an app, what k...
# compose-ios
s
People who are using compose ios in an app, what kind of performance are you seeing?
🚀 2
t
In my experience it has been plenty fast, and I have a huge Row/Column layout of hundreds of composable bits. The only issue for me is occasional GC passes that hog up the CPU - at least in my simulator.
j
Same here, but also I havent been able to stress test with huge amount of libraries, and mega large enterprise app or so. Jetbrains has done a very good job in latest CMP release for iOS in performance.
a
What's funny is overall the iOS version of the app is WAY more performant in debug than the Android app
1
I am however seeing an odd performance degradation when I use AVPlayer as a music player & adding a static image on top of it
h
@Andrew Watson maybe you’re adding it in every composition? I don’t have that issue at least when using AVPlayer when playing video even
1
a
Yeah video is fine for me too; it's only when I put a "cover" image on it. So you're probably right. I just haven't done the debugging yet 🙂
👍 1