[Webkit-unassigned] [Bug 281402] New: [MediaRecorder/WebM]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 13 16:00:33 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=281402
Bug ID: 281402
Summary: [MediaRecorder/WebM]
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jean-yves.avenard at apple.com
The mkvmuxer writes data on average one or two bytes at a time and we append those bytes for a FragmentedSharedBuffer ; profiler shows that a lot of time is spent allocating the Vector that will contain this data and highly fragmented memory usage.
We should pack it up in block instead.
--
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/20241013/2362c17e/attachment.htm>
More information about the webkit-unassigned
mailing list