Debug STL with GDB

26 January 2011

I’ve found very useful script for viewing STL containers under GDB here is link. Also i duplicated them here :

Read Post

False sharing

23 November 2010

Here is “False sharing” example, you can try it in VS with enabled OpenMP flag. Also if you enable speed optimization for compiler single thread version will be faster, but you can see false sharing effect too.

Read Post

Again about rvalues

12 August 2010

You can use rvalues for creating move semantics - remove copy constructors for temporaries. Example:

Read Post

I'm in social networks

GitHub

LinkedIn

Google

Search:

Tags: