I am curious to know if there exists an architecture that is quicker for handling array intensive calculations. For example; will some arbitrary C code ran on a MIPS workstation complete quicker than when ran on a x86 workstation? I suppose a better question is do some architectures have a faster FPU?
I am aware that one of the newer options for heavy array and matrix operations is GPU computing and using tools such as Nvidia's CUDA, but I'm more interested in what exists at the traditional CPU level. Thanks!