Open
Description
It would be helpful to have a README section comparing atomicfu vs Java Atomics. The current readme states:
Code it like AtomicReference/Int/Long, but run it in production efficiently as AtomicXxxFieldUpdater on Kotlin/JVM and as plain unboxed values on Kotlin/JS.
It would be helpful to have more information on why AtomicXxxFieldUpdater is more efficient then Java Atomics on Kotlin/JVM. Also any other differences to consider when choosing to use atomicfu over Java Atomics when building a Kotlin/JVM project
Metadata
Metadata
Assignees
Type
Projects
Status
Not necessary