LRU:最近使用最少的
LRU是计算机领域中广泛使用的“Least Recently Used”的缩写,意为“最近使用最少的”。该缩写便于书写和记忆,常用于缓存管理算法和操作系统中,用以识别并淘汰那些长时间未被访问的数据或资源,从而提高系统性能。这种策略在内存管理、数据库优化以及各类缓存机制中发挥着重要作用。
Least Recently Used具体释义
Least Recently Used的英文发音
例句
- The memory region is a pure-memory cache region that uses a Least Recently Used(LRU) ( LRU ) algorithm.
- 内存区域是一个使用最近最少算法(LeastRecentlyUsed,LRU)的纯内存缓存区域。
- This affects how the least recently used daemon ( LRUDs ) scan for pages to free.
- 这影响最近最少使用守护进程(leastrecentlyuseddaemonLRUD)扫描可释放页面的方式。
- When the memory cache region becomes full, LRU removes the least recently used cached data first.
- 当内存缓存区域满时,LRU会首先删除最近最少使用的缓存数据。
- The process by which a page is selected to swap to storage is called a page-replacement algorithm and can be implemented using a number of algorithms ( such as least recently used ).
- 选择一个页面来交换存储的过程被称为一个页面置换算法,可以通过使用许多算法(至少是最近使用的)来实现。
- The buffer cache is managed as a set of least recently used ( LRU ) lists.
- 以最近使用(LRU)列表的形式管理缓冲区缓存。
本站英语缩略词为个人收集整理,可供非商业用途的复制、使用及分享,但严禁任何形式的采集或批量盗用
若LRU词条信息存在错误、不当之处或涉及侵权,请及时联系我们处理:675289112@qq.com。