LRU Page Replacement Algorithm的意思|示意
美 / /
英 / /
LRU页面替换算法
LRU Page Replacement Algorithm的网络常见释义
最久未使用算法 时钟置换算法 最久未使用算法(LRU Page Replacement Algorithm) LRU算法的思路是淘汰最近最长未使用的页。这种算法性能比较好,但实现起来比较困难。
LRU Page Replacement Algorithm相关例句
But in some cases, LRU algorithm causes many page faults, so improving LRU page replacement algorithm can reduce page faults, and therefore improve the performance of the system.
但LRU算法在某些情况下会产生较多的缺页失败,改进LRU算法,降低缺页失败次数,可以有效地提高系统性能。