After a nice discussion about the virtues of the current MacOS kernel as opposed to a Linux/BSD one, I did some performance testing. Yes, some stuff is slower on the Mac. But many people have accused ...
Hi, I'm trying to understand how Crtical Sections work (in C++ if that matters). So I'v got some code in one object that writes various data into other objects. If I want to prevent another object ...