Cache Invalidation — Is there a General Solution?

前端 未结 9 1384
情深已故
情深已故 2020-11-30 16:36

\"There are only two hard problems in Computer Science: cache invalidation and naming things.\"

Phil Karlton

Is there a

9条回答
  •  感情败类
    2020-11-30 17:39

    Perhaps cache-oblivious algorithms would be the most general (Or at least, less hardware configuration dependent), since they'll use the fastest cache first and move on from there. Here's a MIT lecture on it: Cache Oblivious Algorithms

提交回复
热议问题