Why would Intel processors have extremely high memory bandwidths but relatively low memory capacity?
feedback
|
closed as not constructive by Breakthrough, random♦ Sep 15 '11 at 2:43
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Because you want to read the memory as fast as possible. With that configuration, it will take 380ms to read the entire 8GB of memory. That may seem fast, but 380ms is a long time as far as the processor is concerned. Considering a modern processor can do billions of floating point operations in a second, that last thing you want is to have it held up waiting for memory access. | |||
feedback
|