You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KMP version is about 2x slower. It's likely a regression when porting to Kotlin, e. g. we went with some immutable structure that results in copying data on each update.
Let's understand this difference, perhaps by using a profiler.
The text was updated successfully, but these errors were encountered:
See:
The KMP version is about 2x slower. It's likely a regression when porting to Kotlin, e. g. we went with some immutable structure that results in copying data on each update.
Let's understand this difference, perhaps by using a profiler.
The text was updated successfully, but these errors were encountered: