https://kotlinlang.org logo
#kotlin-roadmap
Title
# kotlin-roadmap
k

Kris Wong

10/06/2020, 1:16 PM
I am surprised that I don't see a mention of the K/N memory model on the roadmap
b

bezrukov

10/06/2020, 1:19 PM
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

Kris Wong

10/06/2020, 1:23 PM
gotcha
sneaky