hey folks! Where can I read about the current memo...
# kotlin-native
a
hey folks! Where can I read about the current memory and concurrency model of kotlin/native: • does it have a GC in the runtime , or automatic ref counting? • are concurrency memory model and guarantees the same as in kotlin/jvm? • what’s the current story and the plans for C ABI?
j

https://www.youtube.com/watch?v=nw6YTfEyfO0

❤️ 1

https://www.youtube.com/watch?v=3Lqiupxo4CE

❤️ 1
Some links to what I used to learn some details
❤️ 1
a
@Jurriaan Mous Thank you so much for all this
g
a
@gildor Thank you so much! Interesting — the GC story is very similar to CPython
g
Plan to support multiple GC strategies, but ARC + cycle collector is only available at the moment, as I know
❤️ 1