[Webkit-unassigned] [Bug 186747] Reduce HashTable capacity wastage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 17 00:04:30 PDT 2018


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

--- Comment #2 from Darin Adler <darin at apple.com> ---
This policy means that growing hash tables vary between 25% and 50% full, getting expanded each time they get up to 50%. I can imagine an explicit shrink-to-fit operation that would take us to 50% full once we knew we were doing growing and I don’t see much downside in implementing it.

-- 
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/20180617/66ac4ed1/attachment.html>


More information about the webkit-unassigned mailing list