I am surprised that I don't see a mention of the K...
# kotlin-roadmap
k
I am surprised that I don't see a mention of the K/N memory model on the roadmap
b
Prototype a new garbage collector
(KT-42296)
The current automatic memory management implementation in Kotlin/Native has limitations when working with concurrency. That’s why we are working on the new memory model described in this blog post.
Our first step is to implement a new garbage collector. The garbage collector will also help us improve runtime performance.
k
gotcha
sneaky