Hacker News new | ask | show | jobs
by pizlonator 625 days ago
Yeah.

I should say, though, that if you're on Windows then I have yet to find a real workload where SRWLock isn't the fastest (provided you're fine with no recursion and with a lock that is word-sized). That lock has made some kind of deal with the devil AFAICT.

1 comments

The downside of the deal with the devil...

https://old.reddit.com/r/cpp/comments/1b55686/maybe_possible...

That was a fun rabbit hole to go down.