Memory CAS latency and true speed

Memory CAS latency and true speed

How do you evaluate how fast a stick of ram is? Many people look at the raw frequency, others CAS latency, and others transfer rate.

As this article outlines, you need to consider both speed AND latency.

For speed (MT/s), this is fairly straightforward, higher is better. But that is only half the equation. The latency of access also matters. Latency is reported as the CAS time – but that is reporting only the total number of clock cycles before access. This can be misleading by itself, because it’s just a number of cycles – not how LONG that time is.

To get an apples-to-apples comparison on latency, we need to look at latency in terms of nanoseconds – not clock cycles. To calculate a module’s latency in nanoseconds, simple multiply clock cycle duration by the total number of clock cycles.

latency (ns) = clock cycle time (ns) x number of clock cycles

Otherwise, you may not be getting much of an improvement at all. Youtube testers often find little difference between different sticks of ram because they might be focusing on faster CAS latency but not doing the whole equation. The table below shows some examples and why you need to pay attention to both speed and CAS timing.

TechnologySpeed (MT/s)Clock Cycle Time(ns)CAS LatencyLatency (ns)
DDR418661.071313.93
DDR421330.941514.06
DDR424000.831714.17
DDR426660.751914.25
DDR429330.682114.32
DDR432000.622213.75
DDR548000.424016.67

So what is the recommendation?

  • Step 1: Identify the highest memory speed supported by both your processor and motherboard (including overclocking profiles).
  • Step 2: Select the lowest latency memory that fits within your budget at that speed, remembering that a superior (i.e. lower) latency means superior system performance.

Here’s some additional information about differences between DDR speeds.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.