AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
No More Stopping the World Garbage Collector
When you compile a two native app, the runtime is just part of the application. But there is no garbage collector running that actually tracks these allocations and does the right thing and stops the world occasionally. So we had to port the garbage, write our own Kotlin native garbage collector. And so yeah, there's obviously a lot of performance tuning that needs to happen there.