cats-effect
cats-effect copied to clipboard
Optimize `KqueueSystem` on Native
trafficstars
- Replace
TrieMapwith a customLongMap-like data structure. We can take inspiration fromTimerHeap, where on cancelation we remove an entry if on the owning thread, otherwise use some threadsafe fallback strategy ...