Dheeraj JhaSep 21, 20223 minWhat is a class? - Part1Almost every interviewer asks this question. You must have been asked this question in one of your C++ interviews. If you are a beginner...
Dheeraj JhaMar 25, 20212 minshared_mutex(Read/write lock):Still mutex has performance issues?This article explains and simulates the need for shared_mutex. What is the performance issue with mutex?