<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Iterating over a Set/Map is too slow"
href="https://bugs.webkit.org/show_bug.cgi?id=152691#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Iterating over a Set/Map is too slow"
href="https://bugs.webkit.org/show_bug.cgi?id=152691">bug 152691</a>
from <span class="vcard"><a class="email" href="mailto:sbarati@apple.com" title="Saam Barati <sbarati@apple.com>"> <span class="fn">Saam Barati</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=152691#c1">comment #1</a>)
<span class="quote">> I guess we can improve this by making Set.prototype.forEach written in JS.
> Currently, it is implemented in C++, it avoid inlining the given callback.</span >
But if you have many calls to Set.prototype.forEach, we're not going
to inline the call.
Is there a fast way to get an array of the elements in the set?
That way we could just iterate over that array?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>