开发者

lru

0
  • Looking for a FIFO/LRU file storage system

    I\'m looking to implement a disk based caching system. The idea is to allocate a certain amount of disk space and save however much data fits in there, discarding of old files as I run out of space.[详细]

    2022-12-18 11:56 分类:问答
  • Why is LRU better than FIFO?

    Why is Least Rece开发者_运维百科ntly Used better than FIFO in relation to page files?If you mean in terms of offloading memory pages to disk - if your process is frequently accessing a page, you reall[详细]

    2022-12-16 20:01 分类:问答