Hacker News new | ask | show | jobs
by p1necone 2684 days ago
The article never explains what the difference between 2-random and pseudo 2-random is, does anyone know?
1 comments

Pseudo 2-Random use Pseudo LRU. Check the Wikipedia for Pseudo LRU.

It is a tree algorithm for tracking the approximate last use time.