dimanche 1 mai 2016

Lightweight, Cross-Platform Alternatives to Win32 CRITICAL_SECTION for C++?

Are there lightweight, cross-platform alternatives to Win32 CRITICAL_SECTION for C++? I am trying to make my Windows application platform agnostic, but std::recursive_mutex is way slower than CRITICAL_SECTION. I am currently using Visual Studio 2013 Community.

Aucun commentaire:

Enregistrer un commentaire