Comparing Ram : 16GB of 1600MHz DDR3 vs 16GB of 2400MHz DDR4

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

1 Answer

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like