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 doubl
Floats should be faster on a 32-bit system, but profile the code to make sure you're optimizing the right thing.