I have been struggling with performance issues for quite a while, and I have recently realized that the performance I obtain when running from visual studio don't mean anything.
What surprises me much, though, is that I have very different performances depending on how I debug: When I run my program from visual studio, even in release mode, it is more than 10 times slower than when I run my program directly and then attach it to the visual studio debugger. Do you know where this difference comes from ?