Slow performance of System.Math library in .NET4/VS2010

Posted by Niranjan on Stack Overflow See other posts from Stack Overflow or by Niranjan
Published on 2010-06-18T08:48:48Z Indexed on 2010/06/18 8:53 UTC
Read the original article Hit count: 374

Filed under:
|
|
|
|

My application compiled in .NET 4 seems to be performing really slow compared to .NET 3.5. When I did the performance analysis, I found out that the System.Math libraries in VS2010/.NET 4 have slowed down considerably.

Any explanation to this? Has anyone else come across this or am I the only one seeing this?

Thanks, Niranjan

© Stack Overflow or respective owner

Related posts about .NET

Related posts about Performance