[Webkit-unassigned] [Bug 30322] WebKit level persistent caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 10 14:34:46 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=30322

--- Comment #42 from Antti Koivisto <koivisto at iki.fi> ---
> Why is LRU expected to perform worse than random eviction?

It is very easy to hit pathological cases with LRU. Repeatedly cycle through n unrelated pages with just enough content to overflow the cache -> zero cache hits ever.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141110/c1213bb8/attachment-0002.html>


More information about the webkit-unassigned mailing list