G
G
gilgameshfreedom2015-01-21 14:54:58
Computers
gilgameshfreedom, 2015-01-21 14:54:58

What is the average access speed in a system with layered memory?

Hello!
I'm very interested in what formula is used to calculate the average access time in a system with multi-level memory. For example, we have a faster memory with a 2ns access time and a slower memory with a 2µs access time. Faster memory acts as a "cache" - before turning to slow memory, we try to find the result there, if it is not there, we climb into slow memory. Let the probability of a successful search for data in the cache be 95%, respectively, the probability of a cache miss is 5%
Will the following formula be correct then: average access time = 0.95 * 2 * 10 ^ (-9) + 0.05 * 2 * 10 ^ (- 6) ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2015-01-21
@gilgameshfreedom

Looks reasonable, except that we're looking in fast memory anyway, so the 0.95 multiplier isn't needed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question