0

Im comparing two computers both with 16gb of Ram.

  • Computer 1 : 16GB of 1600MHz DDR3

  • Computer 2 : 16GB of 2400MHz DDR4

Is it possible to work out how much faster computer 1s ram is than computer 2s. (Im just trying to compare the ram on these machines in this questions, of course there are other variables, CPU, GPU etc.. but im putting those to one side for the sake of this question.)

1
  • DDR4 is basically twice has fast due to DDR running at 800 MHz and DDR4 running at 1600 MHz and this is before you even consider additional overclocking potential and transfer rate differences.
    – Ramhound
    Commented Nov 29, 2018 at 15:28

1 Answer 1

2

This really depends on what you mean by 'speed'.

If you care about latency and nothing else (for example, you have mostly CPU-bound workloads), take the reciprocal of the rated operating frequency for the module and multiply it by the CAS latency to get the actual time it takes for a single controller access sequence. The lower that number, the lower your overall latency, and the 'faster' your RAM is. This is invariant of the rest of the system, barring cases of the firmware configuring non-standard timings for the RAM or the system needing to underclock the RAM for some reason.

Beyond that, you really need to just benchmark things and not try to consider the RAM in isolation. Actual memory bandwidth for example (which is what I suspect you actually care about when you're asking about 'speed') is too dependent on the specifics of the rest of the system to be measured in isolation like you seem to want to do.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .