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

Optimize `KqueueSystem` on Native

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

  • Replace TrieMap with a custom LongMap-like data structure. We can take inspiration from TimerHeap, where on cancelation we remove an entry if on the owning thread, otherwise use some threadsafe fallback strategy ...

armanbilge avatar Apr 04 '25 03:04 armanbilge