PSP-Archive / ARK-4

Custom Firmware for the PSP and PS Vita.
637 stars 42 forks source link

Inferno Cache: LRU vs RR difference? #214

Closed McFly75 closed 1 year ago

McFly75 commented 1 year ago

New Feature

Inferno Cache: What is the difference between LRU and RR?

Is one better/faster/more compatible than the other?

krazynez commented 1 year ago

RR is an algorithm that is time based. LRU uses an algorithm to removes the least recently used (LRU) from cache. From my testing I have not seen a diffrence but your milage may very.

krazynez commented 1 year ago

Reference: https://github.com/PSP-Archive/ARK-4/issues/215#issuecomment-1694719609