maximum performance

Build the Best Gaming PC for Any Budget

Extremetech  Thu, 07/01/2010 - 23:35

Here's a comprehensive look at how the same PC can be best configured for maximum performance at six different price points.


 

C/C++ reference counting with atomic variables and gcc

Linux Today  Thu, 05/28/2009 - 08:03

Alex on Linux: "Lets say we have a data structure that manages objects and we would like to manipulate the data structure and the objects from two or more threads.

To achieve maximum performance we have to distinguish between mechanism that we use to protect the data structure itself, and the mechanism that we use to protect actual objects."