Tagged Questions
0
votes
0answers
101 views
What are the best .NET performance practices? [closed]
What are the best perfomance CPU/Memory practices for speed?
I have a project (trading platform) http://code.google.com/p/sample-trade/ and i need to process large data in short time?
I have ...
1
vote
1answer
302 views
Minimize the number of cross-core context switches
I was experimenting a lot with application profiling lately (using Visual Studio Performance Wizard). While working with Concurrency indicators, I've noticed the fact that when the application runs ...
2
votes
3answers
2k views
How to detect CPU speed on Windows 64bit?
I've found the following code from here "http://www.boyet.com/Articles/CodeFromInternet.html".
It returns the speed of the CPU in GHz but works only on 32bit Windows.
using System;
using ...
