Optimize Managed Code For Multi-Core Machines(msdn.microsoft.com)
submitted by
jamesewelch(2275) 4 years, 4 months ago
Multi-processor machines are now becoming standard while the speed increases of single processors have slowed down. The key to performance improvements is therefore to run a program on multiple processors in parallel. Unfortunately, it is still very hard to write algorithms that actually take advantage of those multiple processors. In fact, most applications use just a single core and see no speed improvements when run on a multi-core machine. We need to write our programs in a new way. read more...
|category: CLR
|Views: 26
tags:
TPL Concurrency parallelfx CLR .net3.5 another
Everyones tags:
Your Tags: