Ask Question

What happens if the ratio of cache hit is more than cache miss in a system?

+5
Answers (1)
  1. 20 April, 14:44
    0
    If you are referring to a programmers perspective, that is a good thing. You want the cache to be utilized as much as possible, as in minimizing cache miss / hit ratio. Now, if you are referring to building a architecture, then you also have to factor in cache access time. For example, if the cache miss is really small, but the access time is huge because you made your cache so big, then you would observe worse performance.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What happens if the ratio of cache hit is more than cache miss in a system? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers