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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 10 23:39:07 PST 2014


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

--- Comment #45 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #33)
> > * key filter is built by transversing the directory, are you planning to
> > have some kind of index file (perhaps with precomputed data) instead of
> > doing that? (the index file brings many other issues BTW specially related
> > to consistency after crashes and so).
> 
> Hopefully not. Avoiding global metadata is one of things I'm trying out
> here. As you note if this works out it will eliminate lots of complexity and
> whole classes of robustness issues.
> 
> Note that the initialization really just needs the directory, not the actual
> cache files or their inodes. This should be quick even with very large
> caches.

At some point we will need to know the size of the files too, to implement the maximum cache size.

-- 
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/20141111/ec9d2739/attachment-0002.html>


More information about the webkit-unassigned mailing list