top | item 47150962

(no title)

sevensor | 4 days 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.

discuss

order

gpderetta|4 days ago

mostly yes.

sevensor|4 days ago

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.