cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

Optimize `SyncRef` on Native

Open armanbilge opened this issue 7 months ago • 2 comments
trafficstars

Instead of wrapping AtomicRef we can directly operate on a var field using loads/stores with specific memory orderings.

armanbilge avatar Apr 04 '25 03:04 armanbilge