[Webkit-unassigned] [Bug 187462] Use SegmentedVector<> instead of Bag<> if entry is so many allocated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 11:27:34 PDT 2018


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

--- Comment #2 from Yusuke Suzuki <utatane.tea at gmail.com> ---
(In reply to Saam Barati from comment #1)
> Why? Isn't it just a linked list?

Bag adds a pointer to make them a linked list.
On the other hand, SegmentedVector does not. It allocates 8 (by default) elements in a batch manner.

-- 
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/20180709/bd1e9f99/attachment.html>


More information about the webkit-unassigned mailing list