DataDog / glommio

Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
Other
2.93k stars 161 forks source link

Peek active executors min heap instead of iterating #625

Closed tontinton closed 7 months ago

tontinton commented 7 months ago

O(1) instead of O(n).

glommer commented 7 months ago

@tontinton sorry for taking a while to get to this. I had an extremely busy couple of weeks, but with the holidays, will have some time now to go through your work.