You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of possible optimizations on the way if we say that we expect low contention on the Mutex around ThreadIdManager, but can we make this assumption?
The text was updated successfully, but these errors were encountered:
In general I don't see the need for any of the write paths to be optimized given how rarely they are taken. The performance characteristics of this library are perfectly fine as it is and any increased complexity seems like a bad tradeoff.
There are a lot of possible optimizations on the way if we say that we expect low contention on the Mutex around ThreadIdManager, but can we make this assumption?
The text was updated successfully, but these errors were encountered: