开发者

What does "cache write" mean?

The task is to count "cache writes" during some algorithm work. So what's cache write? Is it a process when data is w开发者_JS百科ritten to the cache or what?


It should be in your lecture notes or textbook.

But yes, a cache write is when you write to the cache. One of the problems with a cache write is that in order to be in a state where you have a cache write, it means you didn't already have the data you wanted in the cache.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜