Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Short answer: yes, latency has a big impact on RAM performance :)
    – alex
    Commented Sep 10, 2009 at 6:08
  • 2
    Short answer: no. Latency is almost never as important as transfer speed. You may wait a tiny bit longer until you get the first bit of data, but you'll more than make it up by getting the last bit sooner. (You are wrong about random access. At this level, RAM cannot be accessed randomly. You can only read chunks.) Commented Nov 23, 2012 at 23:48