User profile: morando

User info
User name:morando
History
Joined:
Number of posts:141
Latest posts:

Difference between char r[] = "red"; and char *q = "Quit";
Array of char [code] char r[] = "red"; [/code] This should be forbidden. [code] char *q = "quit"; [...

Profiling code, 4 threads slower then 1
I have found some open source library reading this article: http://progsch.net/wordpress/?p=81 Study...

Profiling code, 4 threads slower then 1
[quote] How much time is actually taken? [/quote] The number of points might even increase and there...

Profiling code, 4 threads slower then 1
I have AMD Phenom II X4, so 4 threads should be normal to choose? Number of points in a vector is 20...

Profiling code, 4 threads slower then 1
I am doing something wrong since for me 4 threads perform 2 times slower then 1. I have 2 vectors w...