LFU: Fix LFUDecrAndReturn() to just decrement.
Splitting the popularity in half actually just needs decrementing the counter because the counter is logarithmic.
Please register or sign in to comment
Splitting the popularity in half actually just needs decrementing the counter because the counter is logarithmic.