Are doubles faster than floats in c#?

Posted by Trap on Stack Overflow See other posts from Stack Overflow or by Trap
Published on 2008-10-01T17:58:46Z Indexed on 2010/05/20 15:10 UTC
Read the original article Hit count: 160

Filed under:
|
|
|
|

I'm writing an application which reads large arrays of floats and performs some simple operations with them. I'm using floats because I thought it'd be faster than doubles, but after doing some research I've found that there's some confusion about this topic. Can anyone elaborate on this?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Performance