Open
Bug 873293
Opened 9 years ago
Updated 6 years ago
Optimize postMessage for large objects
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
44.72 KB,
image/png
|
Details |
Much like bug 852187, and as discussed at the 2013 JS Workweek, it would be very useful and beneficial if we could reduce the cost of executing postMessage(object), particularly for large objects. The attached chart shows a test run from http://dblohm7.ca/Bugzilla-832664/. It looks like IE10 must be using some kind of zero-copy implementation given the large gap in performance between worker->main postMessage and JSON serialization.
Depends on: 852187
Duplicate of this bug: 842731
Assignee | ||
Updated•8 years ago
|
Assignee: general → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•