Has anyone seen any benchmarks around the new memo...
# multiplatform
s
Has anyone seen any benchmarks around the new memory manager for Kotlin/native? I’m curious how well it’s performing now
m
We've seen it being faster than the old memory model albeit on code that's doing a lot of very different things and we didn't really take the time to write proper benchmarks
s
I’m really interested to see how it performs in relation to something like Swift. Theoretically kotlin-native code should be able to match swift performance.
m
I'd expect swift to be slightly more performant at least because no garbage collector
But very curious about this too!