Has anyone seen any benchmarks around the new memory manager for Kotlin/native? I’m curious how well it’s performing now
m
mbonnin
10/10/2022, 5:15 PM
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
spierce7
10/10/2022, 5:28 PM
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
mbonnin
10/10/2022, 5:50 PM
I'd expect swift to be slightly more performant at least because no garbage collector