[Webkit-unassigned] [Bug 143652] Network Cache: Deduplicate body data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 14 05:54:09 PDT 2015


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

--- Comment #13 from Antti Koivisto <koivisto at iki.fi> ---
> Digest is an std::array and therefore cannot cheaply be moved (it is O(n) as
> it moves each contained element). Maybe we want to use a reference argument
> for this one, like SHA1::computeHash() does?

std::array is a fixed size data structure. Copies of instances are constant time.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150414/7896d65c/attachment.html>


More information about the webkit-unassigned mailing list