kable icon indicating copy to clipboard operation
kable copied to clipboard

Have project use the new memory model

Open twyatt opened this issue 3 years ago • 0 comments

https://blog.jetbrains.com/kotlin/2021/08/try-the-new-kotlin-native-memory-manager-development-preview/

Evaluate if:

  • any atomics can be replaces with raw types
  • usages of Stately can be replaced by Tuulbox's SynchronizedMap
    • Stately spins up a thread on JVM target for handling isolated operations, we're also not disposing of these when done with them

To do:

  • [ ] Update project readme gradle instructions

twyatt avatar Jan 06 '22 10:01 twyatt