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

Optimize `LocalQueue` on Native

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

  • Replace @volatile with loads/stores with precise memory orderings
  • Introduce padding via @align to avoid false sharing

armanbilge avatar Apr 04 '25 03:04 armanbilge