You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pseudo LRU algorithm we can maintain a track for lru way with the 3 bits tree based pseudo lru algorithm, but we are using 4 bits for lru and 2 rb bits as to start searching for the possible replacement way.