Remix.run Logo
sevensor 2 hours ago

Does this apply also to std::shared_mutex in C++? This is a timely article if so; I’m in the middle of doing some C++ multithreading that relies on a shared_mutex. I have some measuring to do.

gpderetta 2 hours ago | parent [-]

mostly yes.

sevensor an hour ago | parent [-]

Thanks, that’s what I was afraid of. The ping ponging described in the article seems hard to avoid regardless of what language you’re using.