[Webkit-unassigned] [Bug 43903] Speeding up SVG filters with multicore (SMP) support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 11:11:40 PDT 2011


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





--- Comment #36 from Alexey Proskuryakov <ap at webkit.org>  2011-04-07 11:11:39 PST ---
Libdispatch is different in recognizing that no single application knows what happens with the rest of the system, so no application can know how many concurrent threads to use. Instead, you supply small tasks, and it makes sure to optimize parallelism globally and dynamically.

Since it's open source, you can use it on other operating systems, although the benefits are smaller without kernel support.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list