Skip to content

Add README section explaining differences from Java Atomics #26

Open
@jaccozilla

Description

@jaccozilla

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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Not necessary

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions