On Thu Aug 31 13:00:04 2023 +0000, Yuxuan Shui wrote:
So is the native SRWLOCK. I can make a small change to this MR which makes it less fair, but brings the performance on par with native (for this one test that I have).
That's kind of surprising; win32 futexes are fair and we're using them internally. Why aren't our SRW locks fair?