Are there any .net classes/functions that are optimized for multiple cores?
Posted
by diamandiev
on Stack Overflow
See other posts from Stack Overflow
or by diamandiev
Published on 2010-04-23T14:40:41Z
Indexed on
2010/04/23
14:43 UTC
Read the original article
Hit count: 247
.NET
|multithreading
I know that the developer is supposed to do this himself. But seeing how we are getting cpu's with more and more cores and there are still many developers who do not use multithreading, if we have this functionality built in, it could increase performance dramatically in some scenarios.
One particular example where this could be quite useful is in image processing. I doubt that the built in GDI+ classes are multithreaded.
© Stack Overflow or respective owner